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

  /system/core/include/system/
camera.h 73 CAMERA_MSG_ERROR = 0x0001, // notifyCallback
  /device/generic/goldfish/camera/
CallbackNotifier.cpp 35 "CAMERA_MSG_ERROR",
283 if (isMessageEnabled(CAMERA_MSG_ERROR) && mNotifyCB != NULL) {
284 mNotifyCB(CAMERA_MSG_ERROR, err, 0, mCBOpaque);
  /frameworks/av/camera/
CameraBase.cpp 153 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
  /frameworks/av/services/camera/libcameraservice/
CameraClient.cpp 91 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS |
732 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
771 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
CameraService.cpp 923 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0);
977 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0);
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 136 private static final int CAMERA_MSG_ERROR = 0x001;
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 258 ( mCameraHal->msgTypeEnabled(CAMERA_MSG_ERROR) ) )
261 mNotifyCb(CAMERA_MSG_ERROR, CAMERA_ERROR_UNKNOWN, 0, mCallbackCookie);
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 663 if ( msgType & CAMERA_MSG_ERROR && (ext1 == 1))
665 printf("Camera Test CAMERA_MSG_ERROR.....\n");
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 806 app_cb->argm_notify.msg_type = CAMERA_MSG_ERROR;
    [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp 826 app_cb->argm_notify.msg_type = CAMERA_MSG_ERROR;
    [all...]
QualcommCameraHardware.cpp     [all...]

Completed in 416 milliseconds