Home
last modified time | relevance | path

Searched refs:ERROR_CAMERA_RESULT (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/camera2/
DICameraDeviceCallbacks.aidl31 const int ERROR_CAMERA_RESULT = 4; field
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp741 hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_RESULT); in onCaptureErrorLocked()
1185 case ERROR_CAMERA_RESULT: in onDeviceError()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java1763 case ERROR_CAMERA_RESULT: in onDeviceError()
2107 boolean mayHaveBuffers = (errorCode == ERROR_CAMERA_RESULT); in onCaptureErrorLocked()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp2907 hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_RESULT, in notifyError()
2935 case hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_RESULT: in notifyError()
2944 if (hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_RESULT == errorCode in notifyError()
2949 if (hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_RESULT == in notifyError()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1741 case hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_RESULT: in notifyError()