Home
last modified time | relevance | path

Searched refs:getComponent (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp67 const hidl_string getComponent() const { return component; } in getComponent() function in ComponentTestEnvironment
144 if (strncmp(gEnv->getComponent().c_str(), "OMX.", 4) != 0) in SetUp()
147 gEnv->getComponent(), observer, in SetUp()
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp67 const hidl_string getComponent() const { return component; } in getComponent() function in ComponentTestEnvironment
144 if (strncmp(gEnv->getComponent().c_str(), "OMX.", 4) != 0) in SetUp()
147 gEnv->getComponent(), observer, in SetUp()
/hardware/interfaces/media/omx/1.0/vts/functional/component/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp63 const hidl_string getComponent() const { return component; } in getComponent() function in ComponentTestEnvironment
129 if (strncmp(gEnv->getComponent().c_str(), "OMX.", 4) != 0) in SetUp()
132 gEnv->getComponent(), observer, in SetUp()
169 if (strlen(gEnv->getComponent().c_str()) >= suffixLen) { in SetUp()
171 !strcmp(gEnv->getComponent().c_str() + in SetUp()
172 strlen(gEnv->getComponent().c_str()) - suffixLen, in SetUp()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp72 const hidl_string getComponent() const { return component; } in getComponent() function in ComponentTestEnvironment
149 if (strncmp(gEnv->getComponent().c_str(), "OMX.", 4) != 0) in SetUp()
152 gEnv->getComponent(), observer, in SetUp()
211 if (strlen(gEnv->getComponent().c_str()) >= suffixLen) { in SetUp()
213 !strcmp(gEnv->getComponent().c_str() + in SetUp()
214 strlen(gEnv->getComponent().c_str()) - suffixLen, in SetUp()
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp85 const hidl_string getComponent() const { return component; } in getComponent() function in ComponentTestEnvironment
162 if (strncmp(gEnv->getComponent().c_str(), "OMX.", 4) != 0) in SetUp()
165 gEnv->getComponent(), observer, in SetUp()
223 if (strlen(gEnv->getComponent().c_str()) >= suffixLen) { in SetUp()
225 !strcmp(gEnv->getComponent().c_str() + in SetUp()
226 strlen(gEnv->getComponent().c_str()) - suffixLen, in SetUp()
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h80 OMX_HANDLETYPE getComponent(){return static_cast<OMX_HANDLETYPE>(mComponent);} in getComponent() function
/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp262 g_mrm_omx_adaptor->MRM_OMX_RemoveComponent(pComp->getComponent()); in OMX_FreeHandle()