Searched refs:mCurrentCaptureSession (Results 1 – 1 of 1) sorted by relevance
145 private CameraCaptureSession mCurrentCaptureSession; field in CameraControlPane268 if (mCurrentCaptureSession != null) { in capture()270 mCurrentCaptureSession.capture(request, mResultListener, null); in capture()280 if (mCurrentCaptureSession != null) { in repeat()282 mCurrentCaptureSession.setRepeatingRequest(request, mResultListener, null); in repeat()301 if (mCurrentCaptureSession != null) { in prepareSurface()304 mCurrentCaptureSession.prepare(target); in prepareSurface()410 if (mCurrentCaptureSession != null) {412 mCurrentCaptureSession.stopRepeating();423 if (mCurrentCaptureSession != null) {[all …]