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

  /system/core/libsystem/include/system/
camera.h 73 CAMERA_MSG_ERROR = 0x0001, // notifyCallback
  /device/generic/goldfish/camera/
CallbackNotifier.cpp 39 "CAMERA_MSG_ERROR",
339 if (isMessageEnabled(CAMERA_MSG_ERROR) && mNotifyCB != NULL) {
340 mNotifyCB(CAMERA_MSG_ERROR, err, 0, mCBOpaque);
  /device/google/cuttlefish_common/guest/hals/camera/
CallbackNotifier.cpp 35 static const char* lCameraMessages[] = {"CAMERA_MSG_ERROR",
289 if (isMessageEnabled(CAMERA_MSG_ERROR) && mNotifyCB != NULL) {
290 mNotifyCB(CAMERA_MSG_ERROR, err, 0, mCBOpaque);
  /frameworks/av/camera/
CameraBase.cpp 204 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 97 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS |
878 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
912 client->handleGenericNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
    [all...]
Camera2Client.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
QCameraStateMachine.cpp 709 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
    [all...]
QCameraMuxer.cpp     [all...]
QCameraPostProc.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
QCameraStateMachine.cpp 713 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
    [all...]
QCameraMuxer.cpp     [all...]
QCameraPostProc.cpp     [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 154 private static final int CAMERA_MSG_ERROR = 0x001;
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp 855 if ( msgType & CAMERA_MSG_ERROR) {
856 printf("Camera Test CAMERA_MSG_ERROR\n");
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.cpp 850 if ( msgType & CAMERA_MSG_ERROR) {
851 printf("Camera Test CAMERA_MSG_ERROR\n");
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]

Completed in 2494 milliseconds