Searched defs:componentName (Results 1 – 3 of 3) 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()126 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()
101 char *componentName; /* component name */ member