Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DCameraControlPane.java145 private CameraCaptureSession mCurrentCaptureSession; field in CameraControlPane
268 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 …]