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

  /system/core/include/system/
camera.h 82 CAMERA_MSG_RAW_IMAGE_NOTIFY = 0x0200, // dataCallback
  /device/generic/goldfish/camera/
CallbackNotifier.cpp 44 "CAMERA_MSG_RAW_IMAGE_NOTIFY",
247 * - CAMERA_MSG_RAW_IMAGE_NOTIFY
253 if (isMessageEnabled(CAMERA_MSG_RAW_IMAGE_NOTIFY)) {
254 mNotifyCB(CAMERA_MSG_RAW_IMAGE_NOTIFY, 0, 0, mCBOpaque);
  /device/lge/mako/camera/
QCameraHWI_Still.cpp     [all...]
QualcommCameraHardware.cpp     [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 823 } else if ( mCameraHal->msgTypeEnabled(CAMERA_MSG_RAW_IMAGE_NOTIFY) ) {
824 mNotifyCb(CAMERA_MSG_RAW_IMAGE_NOTIFY, 0, 0, mCallbackCookie);
882 if ( mCameraHal->msgTypeEnabled(CAMERA_MSG_RAW_IMAGE_NOTIFY) ) {
883 mNotifyCb(CAMERA_MSG_RAW_IMAGE_NOTIFY, 0, 0, mCallbackCookie);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraClient.cpp 523 (msgType & CAMERA_MSG_RAW_IMAGE_NOTIFY)) {
524 ALOGE("CAMERA_MSG_RAW_IMAGE and CAMERA_MSG_RAW_IMAGE_NOTIFY"
535 CAMERA_MSG_RAW_IMAGE_NOTIFY |
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 184 * If the notification or msgType is CAMERA_MSG_RAW_IMAGE_NOTIFY, change it
185 * to CAMERA_MSG_RAW_IMAGE since CAMERA_MSG_RAW_IMAGE_NOTIFY is not exposed
188 if (msgType == CAMERA_MSG_RAW_IMAGE_NOTIFY) {
678 * notification _and_ the data; otherwise, CAMERA_MSG_RAW_IMAGE_NOTIFY
681 * Note that CAMERA_MSG_RAW_IMAGE_NOTIFY is not exposed to the
689 msgType |= CAMERA_MSG_RAW_IMAGE_NOTIFY;
    [all...]
  /frameworks/av/services/camera/libcameraservice/camera2/
CaptureSequencer.cpp 701 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY,
  /frameworks/base/core/java/android/hardware/
Camera.java 145 private static final int CAMERA_MSG_RAW_IMAGE_NOTIFY = 0x200;
    [all...]

Completed in 237 milliseconds