Home
last modified time | relevance | path

Searched refs:InitFunc (Results 1 - 11 of 11) sorted by relevance

/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_omx_core.h28 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 Dcodec_omx_core.h27 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 Dhdi_video_composition.cpp39 using InitFunc = int32_t (*)(LayerFuncs **funcs); in VideoModuleInit()
40 InitFunc func = reinterpret_cast<InitFunc>(dlsym(videoModule_, VO_LAYER_FUNC_INIT)); in VideoModuleInit()
H A Dhdi_gfx_composition.cpp58 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 Dsecure_element_ca_proxy.cpp31 InitFunc(); in SecureElementCaProxy()
69 void SecureElementCaProxy::InitFunc() in InitFunc() function in OHOS::HDI::SecureElement::SecureElementCaProxy
H A Dsecure_element_ca_proxy.h115 void InitFunc();
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_gfx_composition.cpp56 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 Dse_vendor_adaptions.cpp53 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 Dse_vendor_adaptions.h123 void InitFunc();
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_omx_core.cpp45 init_ = reinterpret_cast<InitFunc>(dlsym(libHandle_, "OMX_Init")); in Init()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcodec_omx_core.cpp45 init_ = reinterpret_cast<InitFunc>(dlsym(libHandle_, "OMX_Init")); in Init()

Completed in 6 milliseconds