Searched refs:MAX_CAMERAS_IN_USE (Results 1 – 4 of 4) sorted by relevance
42 public static final int MAX_CAMERAS_IN_USE = 5; field in CameraAccessException124 case MAX_CAMERAS_IN_USE: in getDefaultMessage()
273 e.getReason() == CameraAccessException.MAX_CAMERAS_IN_USE || in openCameraDeviceUserAsync()
23 import static android.hardware.camera2.CameraAccessException.MAX_CAMERAS_IN_USE;125 throw new CameraRuntimeException(MAX_CAMERAS_IN_USE); in throwOnError()
277 case CameraAccessException.MAX_CAMERAS_IN_USE: in setRemoteFailure()