Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dicomponent_mgr.h34 …virtual int32_t CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *callbac…
H A Dcomponent_mgr.h42 …virtual int32_t CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *callbac…
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dicomponent_mgr.h34 …virtual int32_t CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *callbac…
H A Dcomponent_mgr.h42 …virtual int32_t CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *callbac…
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_mgr.cpp33 int32_t ComponentMgr::CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *ca… in CreateComponentInstance() function in OHOS::Codec::Omx::ComponentMgr
H A Dcomponent_node.cpp113 auto err = mgr_->CreateComponentInstance(name.c_str(), &callbacks_, this, &comp); in OpenHandle()
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_mgr.cpp34 int32_t ComponentMgr::CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *ca… in CreateComponentInstance() function in OHOS::Codec::Omx::ComponentMgr
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_adapter.cpp53 …auto err = g_mgr.CreateComponentInstance(compName, &ComponentNode::callbacks_, tempNode->node.get(… in OMXAdapterCreateComponent()