Home | History | Annotate | Download | only in v2

Lines Matching defs:mCaptureSession

277     private CameraCaptureSession mCaptureSession;
415 mCaptureSession.capture(request, mCaptureCallback, mCameraHandler);
440 if (mCaptureSession != null) {
441 mCaptureSession.abortCaptures();
543 if (mCaptureSession != null) {
544 mCaptureSession.abortCaptures();
545 mCaptureSession = null;
560 mCaptureSession = session;
616 mCaptureSession.setRepeatingRequest(builder.build(), mCaptureCallback,
640 mCaptureSession.capture(builder.build(), mCaptureCallback, mCameraHandler);