Searched refs:mCaptureSession (Results 1 – 3 of 3) 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()
98 private CameraCaptureSession mCaptureSession; field in CameraMuteToggleActivity310 if (null != mCaptureSession) { in shutdownCamera()311 mCaptureSession.close(); in shutdownCamera()312 mCaptureSession = null; in shutdownCamera()381 mCaptureSession = mSessionListener.waitAndGetSession(/*timeoutMs*/3000); in startPreview()386 mCaptureSession.setRepeatingRequest(mPreviewRequest, mCaptureCallback, mCameraHandler); in startPreview()396 mCaptureSession.stopRepeating(); in takePicture()400 mCaptureSession.capture(mStillCaptureRequest, mCaptureCallback, mCameraHandler); in takePicture()
135 private CameraCaptureSession mCaptureSession; field in CameraBokehActivity301 if (mCaptureSession != null) { in onCreate()302 mCaptureSession.close(); in onCreate()717 if (null != mCaptureSession) { in shutdownCamera()718 mCaptureSession.close(); in shutdownCamera()719 mCaptureSession = null; in shutdownCamera()908 mCaptureSession = mSessionListener.waitAndGetSession(/*timeoutMs*/3000); in startPreview()919 mCaptureSession.setRepeatingRequest(mPreviewRequest, mCaptureCallback, mCameraHandler); in startPreview()931 mCaptureSession.stopRepeating(); in takePicture()935 mCaptureSession.capture(mStillCaptureRequest, mCaptureCallback, mCameraHandler); in takePicture()