Home
last modified time | relevance | path

Searched refs:DeinitFunc (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dexternal_loader.h31 using DeinitFunc = void (*)(); variable
47 DeinitFunc GetDeinitFunc() const;
58 DeinitFunc deinitFunc_ = nullptr;
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_omx_core.h29 typedef OMX_ERRORTYPE (*DeinitFunc)(); typedef
49 DeinitFunc deInit_ = nullptr;
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcodec_omx_core.h28 typedef OMX_ERRORTYPE (*DeinitFunc)(); typedef
48 DeinitFunc deInit_ = nullptr;
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_gfx_composition.cpp73 using DeinitFunc = int32_t (*)(GfxFuncs *funcs); in GfxModuleDeinit() typedef
74 DeinitFunc func = reinterpret_cast<DeinitFunc>(dlsym(mGfxModule, LIB_GFX_FUNC_DEINIT)); in GfxModuleDeinit()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_gfx_composition.cpp71 using DeinitFunc = int32_t (*)(GfxFuncs *funcs); in GfxModuleDeinit() typedef
72 DeinitFunc func = reinterpret_cast<DeinitFunc>(dlsym(mGfxModule, "GfxUninitialize")); in GfxModuleDeinit()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_omx_core.cpp46 deInit_ = reinterpret_cast<DeinitFunc>(dlsym(libHandle_, "OMX_Deinit")); in Init()
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcodec_omx_core.cpp46 deInit_ = reinterpret_cast<DeinitFunc>(dlsym(libHandle_, "OMX_Deinit")); in Init()