Home
last modified time | relevance | path

Searched refs:ERROR_CAMERA_DEVICE (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
DCameraDevice.java1325 public static final int ERROR_CAMERA_DEVICE = 4; field in CameraDevice.StateCallback
1348 ERROR_CAMERA_DEVICE,
/frameworks/av/camera/aidl/android/hardware/camera2/
DICameraDeviceCallbacks.aidl29 const int ERROR_CAMERA_DEVICE = 1; field
/frameworks/av/services/camera/libcameraservice/api2/
DCameraOfflineSessionClient.cpp317 notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in notifyPrepared()
329 notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in notifyRepeatingRequestError()
/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h88 ERROR_CAMERA_DEVICE = 4, enumerator
/frameworks/av/services/camera/libcameraservice/hidl/
DConvert.cpp169 case camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE : in convertToHidl()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java343 int failureCode = StateCallback.ERROR_CAMERA_DEVICE; in setRemoteFailure()
360 failureCode = StateCallback.ERROR_CAMERA_DEVICE; in setRemoteFailure()
1722 case CameraDeviceCallbacks.ERROR_CAMERA_DEVICE: in onDeviceError()
1723 scheduleNotifyError(StateCallback.ERROR_CAMERA_DEVICE); in onDeviceError()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OfflineSession.cpp418 listener->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in setErrorStateLockedV()
DCamera3OutputUtils.cpp1051 hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in notifyError()
1080 case hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE: in notifyError()
DCamera3Device.cpp2959 listener->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in setErrorStateLockedV()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp1454 case ERROR_CAMERA_DEVICE: in onDeviceError()
1457 int32_t errorVal = ::ERROR_CAMERA_DEVICE; in onDeviceError()
1462 case ERROR_CAMERA_DEVICE: in onDeviceError()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp1454 int32_t errorVal = ::ERROR_CAMERA_DEVICE; in onDeviceError()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1779 case hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE: in notifyError()
/frameworks/base/core/api/
Dcurrent.txt18067 field public static final int ERROR_CAMERA_DEVICE = 4; // 0x4
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12689 field public static final int ERROR_CAMERA_DEVICE = 4; // 0x4
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21742 Landroid/hardware/camera2/ICameraDeviceCallbacks;->ERROR_CAMERA_DEVICE:I