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.java146 private CameraCaptureSession mCurrentCaptureSession; field in CameraControlPane
269 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 …]