HomeSort by relevance Sort by last modified time
    Searched refs:CAMERA_MSG_ERROR (Results 1 - 24 of 24) 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 158 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.cpp 549 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
829 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
    [all...]
QCameraPostProc.cpp 591 sendEvtNotify(CAMERA_MSG_ERROR,
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraStateMachine.cpp 549 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
829 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
    [all...]
QCameraPostProc.cpp 591 sendEvtNotify(CAMERA_MSG_ERROR,
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.cpp 558 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
853 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
    [all...]
QCameraPostProc.cpp 816 sendEvtNotify(CAMERA_MSG_ERROR,
    [all...]
QCamera2HWI.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 92 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS |
753 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
792 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
  /device/asus/flo/camera/QCamera2/HAL/test/
qcamera_test.cpp 178 if ( msgType & CAMERA_MSG_ERROR) {
179 printf("Camera Test CAMERA_MSG_ERROR\n");
  /device/lge/hammerhead/camera/QCamera2/HAL/test/
qcamera_test.cpp 178 if ( msgType & CAMERA_MSG_ERROR) {
179 printf("Camera Test CAMERA_MSG_ERROR\n");
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 145 private static final int CAMERA_MSG_ERROR = 0x001;
    [all...]
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 268 ( mCameraHal->msgTypeEnabled(CAMERA_MSG_ERROR) ) )
271 mNotifyCb(CAMERA_MSG_ERROR, CAMERA_ERROR_UNKNOWN, 0, mCallbackCookie);
    [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 831 app_cb->argm_notify.msg_type = CAMERA_MSG_ERROR;
    [all...]
QualcommCameraHardware.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 814 if ( msgType & CAMERA_MSG_ERROR) {
815 printf("Camera Test CAMERA_MSG_ERROR\n");
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp 780 if ( msgType & CAMERA_MSG_ERROR && (ext1 == 1))
782 printf("Camera Test CAMERA_MSG_ERROR.....\n");
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp     [all...]

Completed in 1410 milliseconds