Home
last modified time | relevance | path

Searched refs:DeleteComponentInstance (Results 1 - 8 of 8) sorted by relevance

/drivers/peripheral/codec/hal/idl_service/include/
H A Dicomponent_mgr.h37 virtual int32_t DeleteComponentInstance(OMX_COMPONENTTYPE *component) = 0;
H A Dcomponent_mgr.h45 virtual int32_t DeleteComponentInstance(OMX_COMPONENTTYPE *component);
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dicomponent_mgr.h37 virtual int32_t DeleteComponentInstance(OMX_COMPONENTTYPE *component) = 0;
H A Dcomponent_mgr.h45 virtual int32_t DeleteComponentInstance(OMX_COMPONENTTYPE *component) override;
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_mgr.cpp62 int32_t ComponentMgr::DeleteComponentInstance(OMX_COMPONENTTYPE *component) in DeleteComponentInstance() function in OHOS::Codec::Omx::ComponentMgr
H A Dcomponent_node.cpp130 auto err = mgr_->DeleteComponentInstance(reinterpret_cast<OMX_COMPONENTTYPE *>(comp_)); in CloseHandle()
132 CODEC_LOGE("DeleteComponentInstance err = %{public}x ", err); in CloseHandle()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_mgr.cpp63 int32_t ComponentMgr::DeleteComponentInstance(OMX_COMPONENTTYPE *component) in DeleteComponentInstance() function in OHOS::Codec::Omx::ComponentMgr
/drivers/peripheral/codec/hal/src/
H A Dcodec_adapter.cpp81 auto err = g_mgr.DeleteComponentInstance(static_cast<OMX_COMPONENTTYPE*>(comp)); in OmxAdapterDestroyComponent()
85 CODEC_LOGE("DeleteComponentInstance err[%{public}d]", err); in OmxAdapterDestroyComponent()

Completed in 4 milliseconds