Home
last modified time | relevance | path

Searched refs:pCallBacks (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
Dwrs_omxcore.cpp194 OMX_IN OMX_CALLBACKTYPE *pCallBacks) in OMX_GetHandle() argument
226 ret = cbase->GetHandle(pHandle, pAppData, pCallBacks); in OMX_GetHandle()
/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp193 OMX_CALLBACKTYPE* ISVComponent::getCallBacks(OMX_CALLBACKTYPE* pCallBacks) in getCallBacks() argument
196 mpCallBacks = pCallBacks; in getCallBacks()
208 mpISVCallBacks->EmptyBufferDone = pCallBacks->EmptyBufferDone; in getCallBacks()
896 OMX_CALLBACKTYPE *pCallBacks, in ISVProcThreadObserver() argument
900 mpCallBacks(pCallBacks), in ISVProcThreadObserver()
Disv_omxcore.cpp182 OMX_IN OMX_CALLBACKTYPE *pCallBacks) in OMX_GetHandle() argument
198 OMX_CALLBACKTYPE *pISVCallBacks = pISVComponent->getCallBacks(pCallBacks); in OMX_GetHandle()
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h50 …TYPE *pBaseComponent, OMX_COMPONENTTYPE *pComponent, OMX_CALLBACKTYPE *pCallBacks, sp<ISVBufferMan…
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Core.h1290 OMX_IN OMX_CALLBACKTYPE* pCallBacks);
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Core.h1290 OMX_IN OMX_CALLBACKTYPE* pCallBacks);
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Core.h1281 OMX_IN OMX_CALLBACKTYPE* pCallBacks);
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h110 OMX_CALLBACKTYPE *pCallBacks);
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp245 OMX_CALLBACKTYPE *pCallBacks) in GetHandle() argument
297 callbacks = pCallBacks; in GetHandle()