Searched defs:componentName (Results 1 – 4 of 4) sorted by relevance
34 int32_t ComponentMgr::CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *ca… in CreateComponentInstance()77 int32_t ComponentMgr::GetRolesForComponent(const char *componentName, std::vector<std::string> *rol… in GetRolesForComponent()127 int32_t ComponentMgr::GetCoreOfComponent(CodecOMXCore* &core, const char *componentName) in GetCoreOfComponent()
33 int32_t ComponentMgr::CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *ca… in CreateComponentInstance()76 int32_t ComponentMgr::GetRolesForComponent(const char *componentName, std::vector<std::string> *rol… in GetRolesForComponent()
26 int32_t ComponentManager::CreateComponentInstance(const char *componentName, CODEC_HANDLETYPE &comp… in CreateComponentInstance()
101 char *componentName; /* component name */ member