Searched refs:mCaptureSession (Results 1 – 2 of 2) sorted by relevance
66 private CameraCaptureSession mCaptureSession; field in CameraStreamManager213 if (null != mCaptureSession) { in closeCamera()214 mCaptureSession.close(); in closeCamera()215 mCaptureSession = null; in closeCamera()284 mCaptureSession = cameraCaptureSession; in createCameraPreviewSession()292 mCaptureSession.setRepeatingRequest(mPreviewRequest, in createCameraPreviewSession()
132 private CameraCaptureSession mCaptureSession; field in CameraBokehActivity296 if (mCaptureSession != null) { in onCreate()297 mCaptureSession.close(); in onCreate()671 if (null != mCaptureSession) { in shutdownCamera()672 mCaptureSession.close(); in shutdownCamera()673 mCaptureSession = null; in shutdownCamera()785 mCaptureSession = mSessionListener.waitAndGetSession(/*timeoutMs*/3000); in startPreview()796 mCaptureSession.setRepeatingRequest(mPreviewRequest, mCaptureCallback, mCameraHandler); in startPreview()804 mCaptureSession.stopRepeating(); in takePicture()808 mCaptureSession.capture(mStillCaptureRequest, mCaptureCallback, mCameraHandler); in takePicture()