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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
H A DCameraControlPane.java145 private CameraCaptureSession mCurrentCaptureSession; field in class:CameraControlPane
268 if (mCurrentCaptureSession != null) {
270 mCurrentCaptureSession.capture(request, mResultListener, null);
280 if (mCurrentCaptureSession != null) {
282 mCurrentCaptureSession.setRepeatingRequest(request, mResultListener, null);
398 if (mCurrentCaptureSession != null) {
400 mCurrentCaptureSession.stopRepeating();
411 if (mCurrentCaptureSession != null) {
413 mCurrentCaptureSession.abortCaptures();
439 } else if (mCurrentCaptureSession !
[all...]

Completed in 17 milliseconds