Home
last modified time | relevance | path

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

/frameworks/av/include/camera/camera2/
DICameraDeviceCallbacks.h50 ERROR_CAMERA_RESULT = 4, enumerator
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java1631 public static final int ERROR_CAMERA_RESULT = 4; field in CameraDeviceImpl.CameraDeviceCallbacks
1677 case ERROR_CAMERA_RESULT: in onDeviceError()
1896 boolean mayHaveBuffers = (errorCode == ERROR_CAMERA_RESULT); in onCaptureErrorLocked()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp2436 ICameraDeviceCallbacks::ERROR_CAMERA_RESULT, in notifyError()
2464 case ICameraDeviceCallbacks::ERROR_CAMERA_RESULT: in notifyError()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1750 case ICameraDeviceCallbacks::ERROR_CAMERA_RESULT: in notifyError()