HomeSort by relevance Sort by last modified time
    Searched refs:SetCallbacks (Results 1 - 25 of 50) sorted by null

1 2

  /hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h 53 OMX_ERRORTYPE SetCallbacks(OMX_HANDLETYPE hComponent,
componentbase.h 233 static OMX_ERRORTYPE SetCallbacks(
  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.h 145 m_inst_emulator_ap->SetCallbacks (ReadMemory, WriteMemory, ReadRegister, WriteRegister);
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 106 mBaseComponent.SetCallbacks = SetCallbacks;
801 OMX_ERRORTYPE ISVComponent::SetCallbacks(
829 return mComponent->SetCallbacks(mComponent, mpISVCallBacks, pAppData);
831 return mComponent->SetCallbacks(mComponent, pCallbacks, pAppData);
    [all...]
  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.c 238 p_comp->SetCallbacks(p_comp, callBacks, appData);
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
qomx_core.c 237 p_comp->SetCallbacks(p_comp, callBacks, appData);
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.c 257 p_comp->SetCallbacks(p_comp, callBacks, appData);
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 58 mComponent->SetCallbacks = NULL;
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.c 259 p_comp->SetCallbacks(p_comp, callBacks, appData);
  /external/lldb/include/lldb/Core/
EmulateInstruction.h 595 SetCallbacks (ReadMemoryCallback read_mem_callback,
  /frameworks/native/include/media/openmax/
OMX_Component.h 539 /** The SetCallbacks method is used by the core to specify the callback
557 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 190 static OMX_ERRORTYPE SetCallbacks(
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Component.h 539 /** The SetCallbacks method is used by the core to specify the callback
557 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 522 /** The SetCallbacks method is used by the core to specify the callback
540 OMX_ERRORTYPE (*SetCallbacks)(
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 290 handle->SetCallbacks = SetCallbacks;
1189 OMX_ERRORTYPE ComponentBase::SetCallbacks(
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 71 component->SetCallbacks = &qc_omx_component_set_callbacks;
  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp 71 component->SetCallbacks = &qc_omx_component_set_callbacks;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 113 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,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 98 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,
470 G711ENC_DPRINT("%d :: Entering SetCallbacks\n", __LINE__);
486 G711ENC_DPRINT("%d :: Exiting SetCallbacks\n", __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 116 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
214 pHandle->SetCallbacks = SetCallbacks;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 115 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
209 pHandle->SetCallbacks = SetCallbacks;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 118 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE hComp,
217 pHandle->SetCallbacks = SetCallbacks;
    [all...]

Completed in 5090 milliseconds

1 2