Home
last modified time | relevance | path

Searched refs:FreeHandle (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_mgr.cpp68 err = components_[i].core->FreeHandle(components_[i].handle); in DeleteComponentInstance()
114 components_[i].core->FreeHandle(components_[i].handle); in CleanComponent()
H A Dcodec_omx_core.cpp79 int32_t CodecOMXCore::FreeHandle(OMX_HANDLETYPE handle) in FreeHandle() function in OHOS::Codec::Omx::CodecOMXCore
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_mgr.cpp69 err = components_[i].core->FreeHandle(components_[i].handle); in DeleteComponentInstance()
114 components_[i].core->FreeHandle(components_[i].handle); in CleanComponent()
H A Dcodec_omx_core.cpp79 int32_t CodecOMXCore::FreeHandle(OMX_HANDLETYPE handle) in FreeHandle() function in OHOS::Codec::Omx::CodecOMXCore
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_omx_core.h42 int32_t FreeHandle(OMX_HANDLETYPE handle);
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcodec_omx_core.h41 int32_t FreeHandle(OMX_HANDLETYPE handle);
/ohos5.0/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/include/
H A Dkws_plugin.h63 void FreeHandle(intptr_t handle);
/ohos5.0/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/source/
H A Dkws_plugin.cpp312 FreeHandle(handle); in Release()
323 void KWSPlugin::FreeHandle(intptr_t handle) in FreeHandle() function in KWSPlugin