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:libHandle
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/audio/effect/model/src/
H
A
D
effect_model.c
215
void *
libHandle
= NULL;
in RegLibraryInstByName()
local
232
libHandle
= dlopen(pathBuf, RTLD_LAZY);
in RegLibraryInstByName()
233
if (
libHandle
== NULL) {
in RegLibraryInstByName()
238
GetFactoryLib = dlsym(
libHandle
, "GetEffectoyFactoryLib");
in RegLibraryInstByName()
242
dlclose(
libHandle
);
in RegLibraryInstByName()
246
if (RegisterEffectLibToList(
libHandle
, factLib) != HDF_SUCCESS) {
in RegLibraryInstByName()
248
dlclose(
libHandle
);
in RegLibraryInstByName()
/drivers/peripheral/camera/test/ut/v4l2/
H
A
D
camera_vendor_tag_test.cpp
162
void*
libHandle
= dlopen(g_exampleVendorTagLib, RTLD_LAZY);
in TEST_F()
local
163
if (
libHandle
== nullptr) {
in TEST_F()
166
dlclose(
libHandle
);
in TEST_F()
211
void*
libHandle
= dlopen(g_exampleVendorTagLib, RTLD_LAZY);
in TEST_F()
local
212
if (
libHandle
== nullptr) {
in TEST_F()
215
dlclose(
libHandle
);
in TEST_F()
/drivers/interface/camera/metadata/src/
H
A
D
camera_metadata_info.cpp
578
void*
libHandle
= nullptr;
in LoadVendorTagImpl()
local
580
libHandle
= dlopen(g_exampleVendorTagLib, RTLD_LAZY);
in LoadVendorTagImpl()
582
libHandle
= dlopen(g_vendorTagLib, RTLD_LAZY);
in LoadVendorTagImpl()
584
if (
libHandle
== nullptr) {
in LoadVendorTagImpl()
590
reinterpret_cast<CreateCameraVendorTag*>(dlsym(
libHandle
, "CreateVendorTagImpl"));
in LoadVendorTagImpl()
593
dlclose(
libHandle
);
in LoadVendorTagImpl()
600
dlclose(
libHandle
);
in LoadVendorTagImpl()
Completed in 4 milliseconds