Searched refs:CAMERA_MSG_RAW_IMAGE_NOTIFY (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp802 (msgType & CAMERA_MSG_RAW_IMAGE_NOTIFY)) {
803 ALOGE("CAMERA_MSG_RAW_IMAGE and CAMERA_MSG_RAW_IMAGE_NOTIFY"
814 CAMERA_MSG_RAW_IMAGE_NOTIFY |
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp182 * If the notification or msgType is CAMERA_MSG_RAW_IMAGE_NOTIFY, change it
183 * to CAMERA_MSG_RAW_IMAGE since CAMERA_MSG_RAW_IMAGE_NOTIFY is not exposed
186 if (msgType == CAMERA_MSG_RAW_IMAGE_NOTIFY) {
658 * notification _and_ the data; otherwise, CAMERA_MSG_RAW_IMAGE_NOTIFY
661 * Note that CAMERA_MSG_RAW_IMAGE_NOTIFY is not exposed to the
669 msgType |= CAMERA_MSG_RAW_IMAGE_NOTIFY;
/frameworks/base/core/java/android/hardware/
H A DCamera.java139 private static final int CAMERA_MSG_RAW_IMAGE_NOTIFY = 0x200; field in class:Camera

Completed in 123 milliseconds