Home
last modified time | relevance | path

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

/frameworks/av/camera/aidl/android/hardware/camera2/
DICameraDeviceCallbacks.aidl29 const int ERROR_CAMERA_DEVICE = 1; field
/frameworks/base/core/java/android/hardware/camera2/
DCameraDevice.java1508 public static final int ERROR_CAMERA_DEVICE = 4; field in CameraDevice.StateCallback
1531 ERROR_CAMERA_DEVICE,
/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h88 ERROR_CAMERA_DEVICE = 4, enumerator
/frameworks/av/services/camera/libcameraservice/api2/
DCameraOfflineSessionClient.cpp356 notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in notifyPrepared()
368 notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in notifyRepeatingRequestError()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OfflineSession.cpp237 listener->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in setErrorStateLockedV()
DCamera3OutputUtils.cpp1142 hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in notifyError()
1171 case hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE: in notifyError()
DCamera3Device.cpp2810 listener->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in setErrorStateLockedV()
/frameworks/av/services/camera/libcameraservice/hidl/
DUtils.cpp176 case camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE : in convertToHidl()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java444 int failureCode = StateCallback.ERROR_CAMERA_DEVICE; in setRemoteFailure()
461 failureCode = StateCallback.ERROR_CAMERA_DEVICE; in setRemoteFailure()
1909 case CameraDeviceCallbacks.ERROR_CAMERA_DEVICE: in onDeviceError()
1910 scheduleNotifyError(StateCallback.ERROR_CAMERA_DEVICE); in onDeviceError()
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlUtils.cpp220 case camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE : in convertToAidl()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp1590 case ERROR_CAMERA_DEVICE: in onDeviceError()
1593 int32_t errorVal = ::ERROR_CAMERA_DEVICE; in onDeviceError()
1598 case ERROR_CAMERA_DEVICE: in onDeviceError()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp1584 int32_t errorVal = ::ERROR_CAMERA_DEVICE; in onDeviceError()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1830 case hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE: in notifyError()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12689 field public static final int ERROR_CAMERA_DEVICE = 4; // 0x4
/frameworks/base/core/api/
Dcurrent.txt19290 field public static final int ERROR_CAMERA_DEVICE = 4; // 0x4
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt18864 Landroid/hardware/camera2/ICameraDeviceCallbacks;->ERROR_CAMERA_DEVICE:I