Searched refs:mCurrentCaptureSession (Results 1 – 1 of 1) sorted by relevance
146 private CameraCaptureSession mCurrentCaptureSession; field in CameraControlPane269 if (mCurrentCaptureSession != null) { in capture()271 mCurrentCaptureSession.capture(request, mResultListener, null); in capture()281 if (mCurrentCaptureSession != null) { in repeat()283 mCurrentCaptureSession.setRepeatingRequest(request, mResultListener, null); in repeat()302 if (mCurrentCaptureSession != null) { in prepareSurface()305 mCurrentCaptureSession.prepare(target); in prepareSurface()448 if (mCurrentCaptureSession != null) {450 mCurrentCaptureSession.stopRepeating();461 if (mCurrentCaptureSession != null) {[all …]