Home
last modified time | relevance | path

Searched refs:ERROR_MAX_CAMERAS_IN_USE (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
DCameraDevice.java1076 public static final int ERROR_MAX_CAMERAS_IN_USE = 2; field in CameraDevice.StateCallback
1117 ERROR_MAX_CAMERAS_IN_USE,
DCameraManager.java409 e.errorCode == ICameraService.ERROR_MAX_CAMERAS_IN_USE || in openCameraDeviceUserAsync()
783 case ICameraService.ERROR_MAX_CAMERAS_IN_USE: in throwAsPublicException()
/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl48 const int ERROR_MAX_CAMERAS_IN_USE = 8; field
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyExceptionUtils.java116 errorCode = ICameraService.ERROR_MAX_CAMERAS_IN_USE; in throwOnServiceError()
/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h79 ERROR_MAX_CAMERAS_IN_USE = 2, enumerator
/frameworks/av/services/camera/libcameraservice/hidl/
DConvert.cpp220 case hardware::ICameraService::ERROR_MAX_CAMERAS_IN_USE: in B2HStatus()
/frameworks/av/camera/
DCamera.cpp111 case hardware::ICameraService::ERROR_MAX_CAMERAS_IN_USE: in connectLegacy()
/frameworks/av/camera/ndk/impl/
DACameraManager.cpp533 case hardware::ICameraService::ERROR_MAX_CAMERAS_IN_USE: in openCamera()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java325 case ICameraService.ERROR_MAX_CAMERAS_IN_USE: in setRemoteFailure()
326 failureCode = StateCallback.ERROR_MAX_CAMERAS_IN_USE; in setRemoteFailure()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1400 return STATUS_ERROR_FMT(ERROR_MAX_CAMERAS_IN_USE, in connectHelper()
1485 return STATUS_ERROR_FMT(ERROR_MAX_CAMERAS_IN_USE, in connectHelper()
1591 return STATUS_ERROR_FMT(ERROR_MAX_CAMERAS_IN_USE, in setTorchMode()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12693 field public static final int ERROR_MAX_CAMERAS_IN_USE = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt16835 field public static final int ERROR_MAX_CAMERAS_IN_USE = 2; // 0x2
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt25210 Landroid/hardware/ICameraService;->ERROR_MAX_CAMERAS_IN_USE:I