Home
last modified time | relevance | path

Searched refs:getBaseComponent (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp226 *pHandle = pISVComponent->getBaseComponent(); in OMX_GetHandle()
260 if (static_cast<OMX_HANDLETYPE>(pComp->getBaseComponent()) == hComponent) { in OMX_FreeHandle()
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h78 OMX_COMPONENTTYPE *getBaseComponent(){return &mBaseComponent;} in getBaseComponent() function