Searched refs:CAMERA_ERROR (Results 1 – 8 of 8) sorted by relevance
22 import static android.hardware.camera2.CameraAccessException.CAMERA_ERROR;118 throw new CameraRuntimeException(CAMERA_ERROR, in throwOnError()131 throw new CameraRuntimeException(CAMERA_ERROR, in throwOnError()
73 public static final int CAMERA_ERROR = 3; field in CameraAccessException134 case CAMERA_ERROR: in getDefaultMessage()
276 e.getReason() == CameraAccessException.CAMERA_ERROR) { in openCameraDeviceUserAsync()
36 CAMERA_ERROR = IBinder::FIRST_CALL_TRANSACTION, enumerator58 remote()->transact(CAMERA_ERROR, data, &reply, IBinder::FLAG_ONEWAY); in onDeviceError()108 case CAMERA_ERROR: { in onTransact()
186 throw new CameraRuntimeException(CameraAccessException.CAMERA_ERROR); in waitForOpen()200 private static final int CAMERA_ERROR = 0; field in CameraDeviceUserShim.CameraCallbackThread223 Message msg = getHandler().obtainMessage(CAMERA_ERROR, in onDeviceError()275 case CAMERA_ERROR: { in handleMessage()343 throw new CameraRuntimeException(CameraAccessException.CAMERA_ERROR, in connectBinderShim()
286 case CameraAccessException.CAMERA_ERROR: in setRemoteFailure()1478 throw new CameraAccessException(CameraAccessException.CAMERA_ERROR, in checkIfCameraClosedOrInError()
12868 field public static final int CAMERA_ERROR = 3; // 0x3
12562 field public static final int CAMERA_ERROR = 3; // 0x3