Searched refs:CreateComponentInstance (Results 1 - 8 of 8) sorted by relevance
/drivers/peripheral/codec/hal/idl_service/include/ |
H A D | icomponent_mgr.h | 34 virtual int32_t CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *callbacks,
|
H A D | component_mgr.h | 42 virtual int32_t CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *callbacks, void *appData,
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
H A D | icomponent_mgr.h | 34 virtual int32_t CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *callbacks,
|
H A D | component_mgr.h | 42 virtual int32_t CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *callbacks, void *appData,
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_mgr.cpp | 33 int32_t ComponentMgr::CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *callbacks, in CreateComponentInstance() function in OHOS::Codec::Omx::ComponentMgr
|
H A D | component_node.cpp | 113 auto err = mgr_->CreateComponentInstance(name.c_str(), &callbacks_, this, &comp); in OpenHandle() 115 CODEC_LOGE("CreateComponentInstance err = %{public}x ", err); in OpenHandle()
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_mgr.cpp | 34 int32_t ComponentMgr::CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *callbacks, in CreateComponentInstance() function in OHOS::Codec::Omx::ComponentMgr
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_adapter.cpp | 53 auto err = g_mgr.CreateComponentInstance(compName, &ComponentNode::callbacks_, tempNode->node.get(), &comp); in OMXAdapterCreateComponent()
|
Completed in 6 milliseconds