HomeSort by relevance Sort by last modified time
    Searched refs:mNotifyCb (Results 1 - 11 of 11) sorted by null

  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 214 mNotifyCb = notify_cb;
257 ( NULL != mNotifyCb ) &&
260 CAMHAL_LOGEB("AppCallbackNotifier mNotifyCb %d", error);
261 mNotifyCb(CAMERA_MSG_ERROR, CAMERA_ERROR_UNKNOWN, 0, mCallbackCookie);
349 ( NULL != mNotifyCb ) &&
352 mNotifyCb(CAMERA_MSG_SHUTTER, 0, 0, mCallbackCookie);
363 ( NULL != mNotifyCb ) &&
367 mNotifyCb(CAMERA_MSG_FOCUS, true, 0, mCallbackCookie);
371 ( NULL != mNotifyCb ) &&
375 mNotifyCb(CAMERA_MSG_FOCUS, false, 0, mCallbackCookie)
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera2.cpp 51 mNotifyCb = NULL;
329 ec->mNotifyCb = notify_cb;
384 notifyCb = mNotifyCb;
EmulatedCamera2.h 268 camera2_notify_callback mNotifyCb;
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 127 mNotifyCb = notify_cb;
443 __this->mNotifyCb(msg_type, ext1, ext2, __this->mCbUser);
683 notify_callback mNotifyCb;
  /device/lge/mako/camera/
QCameraHWI_Still.cpp     [all...]
QCameraHWI.cpp 136 mNotifyCb(0),
428 mNotifyCb = notify_cb;
825 app_cb->notifyCb = mNotifyCb;
832 app_cb->notifyCb = mNotifyCb;
    [all...]
QCameraHWI.h 670 camera_notify_callback mNotifyCb;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp     [all...]
QCameraHWI.cpp 135 mNotifyCb(0),
405 mNotifyCb = notify_cb;
805 app_cb->notifyCb = mNotifyCb;
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 658 camera_notify_callback mNotifyCb;
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 631 camera_notify_callback mNotifyCb;
    [all...]

Completed in 180 milliseconds