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

12

/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/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.c265 p_comp->SetCallbacks(p_comp, callBacks, appData);
/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/ti/omap3/omx/system/src/openmax_il/omx_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/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Component.h539 /** The SetCallbacks method is used by the core to specify the callback
557 OMX_ERRORTYPE (*SetCallbacks)( member in struct:OMX_COMPONENTTYPE
/hardware/ti/omap4xxx/domx/omx_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.cpp290 handle->SetCallbacks = SetCallbacks;
1194 OMX_ERRORTYPE ComponentBase::SetCallbacks( function in class:ComponentBase
1809 ports[i]->SetCallbacks(handle, callbacks, appdata);
/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/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c113 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
217 pHandle->SetCallbacks = SetCallbacks;
475 * SetCallbacks() Sets application callbacks to the component
491 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, function
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c98 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
193 pHandle->SetCallbacks = SetCallbacks;
444 * SetCallbacks() Sets application callbacks to the component
460 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, function
470 G711ENC_DPRINT("%d :: Entering SetCallbacks\n", __LINE__);
486 G711ENC_DPRINT("%d :: Exiting SetCallbacks\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c116 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
214 pHandle->SetCallbacks = SetCallbacks;
971 * @fn SetCallbacks() Sets application callbacks to the component
988 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, function
1002 G722DEC_DPRINT ("Entering SetCallbacks\n");
1013 G722DEC_DPRINT ("Exiting SetCallbacks\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c115 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
209 pHandle->SetCallbacks = SetCallbacks;
1072 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, function
1108 G722ENC_DPRINT ("%d :: Exiting SetCallbacks()\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c118 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
217 pHandle->SetCallbacks = SetCallbacks;
993 * @fn SetCallbacks() Sets application callbacks to the component
1010 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, function
1024 G726DEC_DPRINT ("Entering SetCallbacks\n");
1035 G726DEC_DPRINT ("Exiting SetCallbacks\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c108 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
198 pHandle->SetCallbacks = SetCallbacks;
410 * SetCallbacks() Sets application callbacks to the component
426 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, function
436 G726ENC_DPRINT("%d :: Entering SetCallbacks\n", __LINE__);
452 G726ENC_DPRINT("%d :: Exiting SetCallbacks\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c112 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
226 pHandle->SetCallbacks = SetCallbacks;
479 * SetCallbacks() Sets application callbacks to the component
495 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, function
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c112 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
207 pHandle->SetCallbacks = SetCallbacks;
469 * SetCallbacks() Sets application callbacks to the component
485 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, function
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c113 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
208 pHandle->SetCallbacks = SetCallbacks;
493 * SetCallbacks() Sets application callbacks to the component
509 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, function
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c108 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
198 pHandle->SetCallbacks = SetCallbacks;
517 * SetCallbacks() Sets application callbacks to the component
533 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, function

Completed in 203 milliseconds

12