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

1 2 3

  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler.h 40 void SetCallbacks(const DiskCallback& add_callback,
burn_device_handler.cc 40 void BurnDeviceHandler::SetCallbacks(const DiskCallback& add_callback,
burn_device_handler_unittest.cc 237 handler.SetCallbacks(
burn_manager.cc 229 device_handler_.SetCallbacks(
  /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 100 mBaseComponent.SetCallbacks = SetCallbacks;
785 OMX_ERRORTYPE ISVComponent::SetCallbacks(
813 return mComponent->SetCallbacks(mComponent, mpISVCallBacks, pAppData);
815 return mComponent->SetCallbacks(mComponent, pCallbacks, pAppData);
  /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 238 p_comp->SetCallbacks(p_comp, callBacks, appData);
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.c 258 p_comp->SetCallbacks(p_comp, callBacks, appData);
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 58 mComponent->SetCallbacks = NULL;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 168 (NULL == component->SetCallbacks) ||
Exynos_OMX_Core.c 175 ret = loadComponent->pOMXComponent->SetCallbacks(loadComponent->pOMXComponent, pCallBacks, pAppData);
  /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 188 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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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 291 handle->SetCallbacks = SetCallbacks;
1195 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;

Completed in 261 milliseconds

1 2 3