Home
last modified time | relevance | path

Searched refs:CBaseGetState (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXComponentDefines.h65 CBaseGetState((void *)GetComponentHandle(), &state);\
73 CBaseGetState((void *)GetComponentHandle(), &state);\
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h178 OMX_ERRORTYPE CBaseGetState(
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp894 return cbase->CBaseGetState(hComponent, pState); in GetState()
897 OMX_ERRORTYPE ComponentBase::CBaseGetState( in CBaseGetState() function in ComponentBase
Dportbase.cpp927 cbase->CBaseGetState((void *)owner, &state); in GetOwnerState()