/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 | 235 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);
|
/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/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;
|
/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...] |