Home
last modified time | relevance | path

Searched refs:MAX_CAMERAS_IN_USE (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
DCameraAccessException.java44 public static final int MAX_CAMERAS_IN_USE = 5; field in CameraAccessException
87 MAX_CAMERAS_IN_USE,
138 case MAX_CAMERAS_IN_USE: in getDefaultMessage()
166 case MAX_CAMERAS_IN_USE: in getProblemString()
DCameraManager.java784 reason = CameraAccessException.MAX_CAMERAS_IN_USE; in throwAsPublicException()
/frameworks/av/camera/ndk/ndk_vendor/impl/
Dutils.cpp106 case Status::MAX_CAMERAS_IN_USE: in convertFromHidl()
/frameworks/hardware/interfaces/cameraservice/common/2.0/
Dtypes.hal68 MAX_CAMERAS_IN_USE = 8,
/frameworks/base/core/java/android/hardware/camera2/impl/
DICameraDeviceUserWrapper.java23 import static android.hardware.camera2.CameraAccessException.MAX_CAMERAS_IN_USE;
/frameworks/av/services/camera/libcameraservice/hidl/
DConvert.cpp221 status = HStatus::MAX_CAMERAS_IN_USE; in B2HStatus()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp2329 case Status::MAX_CAMERAS_IN_USE: in mapToStatusT()
2352 case Status::MAX_CAMERAS_IN_USE: in statusToString()
/frameworks/base/api/
Dcurrent.txt16649 field public static final int MAX_CAMERAS_IN_USE = 5; // 0x5