Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:platformAdp_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H
A
D
plugin.cpp
55
:
platformAdp_
(DelayedRefSingleton<PlatformAdp>::GetInstance()),
in Plugin()
195
hDll =
platformAdp_
.AdpLoadLibrary(libraryPath_);
in ResolveLibrary()
201
startFunc_ = (PluginStartFunc)
platformAdp_
.AdpGetSymAddress(hDll, pluginStartSymbol);
in ResolveLibrary()
202
stopFunc_ = (PluginStopFunc)
platformAdp_
.AdpGetSymAddress(hDll, pluginStopSymbol);
in ResolveLibrary()
203
createFunc_ = (PluginCreateFunc)
platformAdp_
.AdpGetSymAddress(hDll, pluginCreateSymbol);
in ResolveLibrary()
218
handle_ =
platformAdp_
.LoadLibrary(libraryPath_);
in ResolveLibrary()
224
startFunc_ = (PluginStartFunc)
platformAdp_
.GetSymAddress(handle_, pluginStartSymbol);
in ResolveLibrary()
225
stopFunc_ = (PluginStopFunc)
platformAdp_
.GetSymAddress(handle_, pluginStopSymbol);
in ResolveLibrary()
226
createFunc_ = (PluginCreateFunc)
platformAdp_
.GetSymAddress(handle_, pluginCreateSymbol);
in ResolveLibrary()
248
platformAdp_
in FreeLibrary()
[all...]
H
A
D
plugin_mgr.h
44
static PlatformAdp &
platformAdp_
;
member in OHOS::MultimediaPlugin::final
H
A
D
plugin.h
72
PlatformAdp &
platformAdp_
;
member in OHOS::MultimediaPlugin::final
H
A
D
plugin_mgr.cpp
42
PlatformAdp &PluginMgr::
platformAdp_
= DelayedRefSingleton<PlatformAdp>::GetInstance();
/foundation/multimedia/image_framework/plugins/manager/src/
H
A
D
plugin_server.cpp
50
if (
platformAdp_
.CheckAndNormalizePath(path) != SUCCESS) {
in Register()
101
:
platformAdp_
(DelayedRefSingleton<PlatformAdp>::GetInstance()),
in PluginServer()
173
if (canonicalPath.find(
platformAdp_
.DIR_SEPARATOR + "gstreamer") != string::npos) {
in AnalyzeFWType()
/foundation/multimedia/image_framework/plugins/manager/include/
H
A
D
plugin_server.h
191
PlatformAdp &
platformAdp_
;
member in OHOS::MultimediaPlugin::final
Completed in 3 milliseconds