/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...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraPostProc.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/api1/ |
CameraClient.cpp | 524 (msgType & CAMERA_MSG_RAW_IMAGE_NOTIFY)) { 525 ALOGE("CAMERA_MSG_RAW_IMAGE and CAMERA_MSG_RAW_IMAGE_NOTIFY" 536 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) { 698 * notification _and_ the data; otherwise, CAMERA_MSG_RAW_IMAGE_NOTIFY 701 * Note that CAMERA_MSG_RAW_IMAGE_NOTIFY is not exposed to the 709 msgType |= CAMERA_MSG_RAW_IMAGE_NOTIFY; [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CaptureSequencer.cpp | 729 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY,
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | 151 private static final int CAMERA_MSG_RAW_IMAGE_NOTIFY = 0x200; [all...] |