HomeSort by relevance Sort by last modified time
    Searched full:setcallbacks (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /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/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)(
  /device/generic/goldfish/camera/
CallbackNotifier.h 57 void setCallbacks(camera_notify_callback notify_cb,
EmulatedCamera.cpp 251 void EmulatedCamera::setCallbacks(camera_notify_callback notify_cb,
257 mCallbackNotifier.setCallbacks(notify_cb, data_cb, data_cb_timestamp,
712 ec->setCallbacks(notify_cb, data_cb, data_cb_timestamp, get_memory, user);
    [all...]
EmulatedCamera.h 131 virtual void setCallbacks(camera_notify_callback notify_cb,
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler_unittest.cc 235 handler.SetCallbacks(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackView.java 121 mStack.setCallbacks(this);
127 mStackScroller.setCallbacks(this);
143 void setCallbacks(TaskStackViewCallbacks cb) {
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 233 static OMX_ERRORTYPE SetCallbacks(
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SecureConversationViewFragment.java 158 headerView.setCallbacks(this, this, getListController());
  /device/moto/shamu/camera/QCamera2/
QCamera2Factory.cpp 166 return gQCamera2Factory->setCallbacks(callbacks);
247 * FUNCTION : setCallbacks
259 int QCamera2Factory::setCallbacks(const camera_module_callbacks_t *callbacks)
  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 271 hardware->setCallbacks(notify_cb,data_cb, data_cb_timestamp, get_memory, user);
  /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;
  /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/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 273 err = (componentType->SetCallbacks)(*pHandle, pCallBacks, pAppData);
279 SetCallbacks was successful, we have a valid instance,
  /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)(
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 134 v.setCallbacks(
280 v.setCallbacks(mAdapter.mMessageCallbacks);
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.cpp 312 rc = m_parent->setCallBacks(setcbs->notify_cb,
617 rc = m_parent->setCallBacks(setcbs->notify_cb,
890 rc = m_parent->setCallBacks(setcbs->notify_cb,
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraStateMachine.cpp 312 rc = m_parent->setCallBacks(setcbs->notify_cb,
617 rc = m_parent->setCallBacks(setcbs->notify_cb,
890 rc = m_parent->setCallBacks(setcbs->notify_cb,
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.cpp 314 rc = m_parent->setCallBacks(setcbs->notify_cb,
636 rc = m_parent->setCallBacks(setcbs->notify_cb,
    [all...]

Completed in 2759 milliseconds

1 23 4 5 6 7