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:InitFunc
(Results
1 - 11
of
11
) sorted by relevance
/drivers/peripheral/codec/hal/idl_service/include/
H
A
D
codec_omx_core.h
28
typedef OMX_ERRORTYPE (*
InitFunc
)();
typedef in OHOS::Codec::Omx::CodecOMXCore
48
InitFunc
init_ = nullptr;
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H
A
D
codec_omx_core.h
27
typedef OMX_ERRORTYPE (*
InitFunc
)();
typedef in OHOS::Codec::Omx::CodecOMXCore
47
InitFunc
init_ = nullptr;
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H
A
D
hdi_video_composition.cpp
39
using
InitFunc
= int32_t (*)(LayerFuncs **funcs);
in VideoModuleInit()
40
InitFunc
func = reinterpret_cast<
InitFunc
>(dlsym(videoModule_, VO_LAYER_FUNC_INIT));
in VideoModuleInit()
H
A
D
hdi_gfx_composition.cpp
58
using
InitFunc
= int32_t (*)(GfxFuncs **funcs);
in GfxModuleInit()
59
InitFunc
func = reinterpret_cast<
InitFunc
>(dlsym(mGfxModule, LIB_GFX_FUNC_INIT));
in GfxModuleInit()
/drivers/peripheral/secure_element/secure_element_ca_proxy/
H
A
D
secure_element_ca_proxy.cpp
31
InitFunc
();
in SecureElementCaProxy()
69
void SecureElementCaProxy::
InitFunc
()
in InitFunc()
function in OHOS::HDI::SecureElement::SecureElementCaProxy
H
A
D
secure_element_ca_proxy.h
115
void
InitFunc
();
/drivers/peripheral/display/composer/vdi_base/src/
H
A
D
hdi_gfx_composition.cpp
56
using
InitFunc
= int32_t (*)(GfxFuncs **funcs);
in GfxModuleInit()
57
InitFunc
func = reinterpret_cast<
InitFunc
>(dlsym(mGfxModule, "GfxInitialize"));
in GfxModuleInit()
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H
A
D
se_vendor_adaptions.cpp
53
InitFunc
();
in SimSeVendorAdaptions()
93
void SimSeVendorAdaptions::
InitFunc
()
in InitFunc()
function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SimSeVendorAdaptions
95
HDF_LOGE("SimSeVendorAdaptions::
InitFunc
enter!");
in InitFunc()
98
HDF_LOGE("SimSeVendorAdaptions::
InitFunc
enter %{public}s!", LIB_NAME);
in InitFunc()
116
HDF_LOGE("SimSeVendorAdaptions::
InitFunc
exit!");
in InitFunc()
121
InitFunc
(); \
166
InitFunc
();
in VendorSimSecureElementOpenLogicalChannel()
H
A
D
se_vendor_adaptions.h
123
void
InitFunc
();
/drivers/peripheral/codec/hal/idl_service/src/
H
A
D
codec_omx_core.cpp
45
init_ = reinterpret_cast<
InitFunc
>(dlsym(libHandle_, "OMX_Init"));
in Init()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H
A
D
codec_omx_core.cpp
45
init_ = reinterpret_cast<
InitFunc
>(dlsym(libHandle_, "OMX_Init"));
in Init()
Completed in 6 milliseconds