Searched refs:SetCallbacks (Results 1 - 14 of 14) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dportbase.h53 OMX_ERRORTYPE SetCallbacks(OMX_HANDLETYPE hComponent,
H A Dcomponentbase.h233 static OMX_ERRORTYPE SetCallbacks(
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp110 mBaseComponent.SetCallbacks = SetCallbacks;
823 OMX_ERRORTYPE ISVComponent::SetCallbacks( function in class:ISVComponent
851 return mComponent->SetCallbacks(mComponent, mpISVCallBacks, pAppData);
853 return mComponent->SetCallbacks(mComponent, pCallbacks, pAppData);
/hardware/intel/common/utils/ISV/include/
H A Disv_omxcomponent.h190 static OMX_ERRORTYPE SetCallbacks(
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Component.h522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)( member in struct:OMX_COMPONENTTYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Component.h522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)( member in struct:OMX_COMPONENTTYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Component.h522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)( member in struct:OMX_COMPONENTTYPE
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Component.h522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)( member in struct:OMX_COMPONENTTYPE
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp291 handle->SetCallbacks = SetCallbacks;
1200 OMX_ERRORTYPE ComponentBase::SetCallbacks( function in class:ComponentBase
1815 ports[i]->SetCallbacks(handle, callbacks, appdata);
H A Dportbase.cpp135 OMX_ERRORTYPE PortBase::SetCallbacks(OMX_HANDLETYPE hComponent, function in class:PortBase
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp71 component->SetCallbacks = &qc_omx_component_set_callbacks;
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Domx_core_cmp.cpp71 component->SetCallbacks = &qc_omx_component_set_callbacks;
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Domx_core_cmp.cpp71 component->SetCallbacks = &qc_omx_component_set_callbacks;
/hardware/qcom/media/msm8998/mm-core/src/common/
H A Domx_core_cmp.cpp71 component->SetCallbacks = &qc_omx_component_set_callbacks;

Completed in 390 milliseconds