HomeSort by relevance Sort by last modified time
    Searched refs:CAMERA_MSG_RAW_IMAGE_NOTIFY (Results 1 - 15 of 15) 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...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.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 535 (msgType & CAMERA_MSG_RAW_IMAGE_NOTIFY)) {
536 ALOGE("CAMERA_MSG_RAW_IMAGE and CAMERA_MSG_RAW_IMAGE_NOTIFY"
547 CAMERA_MSG_RAW_IMAGE_NOTIFY |
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 206 * If the notification or msgType is CAMERA_MSG_RAW_IMAGE_NOTIFY, change it
207 * to CAMERA_MSG_RAW_IMAGE since CAMERA_MSG_RAW_IMAGE_NOTIFY is not exposed
210 if (msgType == CAMERA_MSG_RAW_IMAGE_NOTIFY) {
756 * notification _and_ the data; otherwise, CAMERA_MSG_RAW_IMAGE_NOTIFY
759 * Note that CAMERA_MSG_RAW_IMAGE_NOTIFY is not exposed to the
767 msgType |= CAMERA_MSG_RAW_IMAGE_NOTIFY;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 748 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY,
  /frameworks/base/core/java/android/hardware/
Camera.java 154 private static final int CAMERA_MSG_RAW_IMAGE_NOTIFY = 0x200;
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 474 if((mNotifyCb) && (mMsgEnabled & CAMERA_MSG_RAW_IMAGE_NOTIFY)){
476 app_cb->argm_notify.msg_type = CAMERA_MSG_RAW_IMAGE_NOTIFY;
    [all...]

Completed in 469 milliseconds