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()
1186 case ERROR_CAMERA_RESULT: in onDeviceError()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java1691 case ERROR_CAMERA_RESULT: in onDeviceError()
1943 boolean mayHaveBuffers = (errorCode == ERROR_CAMERA_RESULT); in onCaptureErrorLocked()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp2607 hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_RESULT, in notifyError()
2635 case hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_RESULT: in notifyError()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1712 case hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_RESULT: in notifyError()