Searched defs:stopPreview (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DVideoController.java35 public void stopPreview(); method in interface:VideoController
H A DPhotoController.java49 public void stopPreview(); method in interface:PhotoController
H A DCameraManager.java212 * {@code stopPreview()} must be synchronous to ensure that the caller can
215 public void stopPreview(); method in interface:CameraManager.CameraProxy
H A DAndroidCameraManagerImpl.java246 mCamera.stopPreview();
421 public void stopPreview() { method in class:AndroidCameraManagerImpl.AndroidCameraProxyImpl
H A DPhotoModule.java424 stopPreview();
684 stopPreview();
1257 stopPreview();
1483 if (mCameraState != PREVIEW_STOPPED) stopPreview();
1510 public void stopPreview() { method in class:PhotoModule
1512 Log.v(TAG, "stopPreview");
1513 mCameraDevice.stopPreview();
H A DVideoModule.java733 stopPreview();
756 public void stopPreview() { method in class:VideoModule
758 mCameraDevice.stopPreview();
914 stopPreview();
1325 stopPreview();
1579 stopPreview();
1810 stopPreview();
/packages/apps/Camera/src/com/android/camera/
H A DCameraManager.java176 mCamera.stopPreview();
341 public void stopPreview() { method in class:CameraManager.CameraProxy
H A DEffectsRecorder.java651 mCameraDevice.stopPreview();
862 mCameraDevice.stopPreview();
978 // With the recording stopped, the stopPreview call will not try to
996 mCameraDevice.stopPreview();
1001 public synchronized void stopPreview() { method in class:EffectsRecorder
1008 throw new RuntimeException("stopPreview called on released EffectsRecorder!");
1124 stopPreview();
H A DPhotoModule.java1241 stopPreview();
1570 stopPreview();
1934 if (mCameraState != PREVIEW_STOPPED) stopPreview();
1985 private void stopPreview() { method in class:PhotoModule
1987 Log.v(TAG, "stopPreview");
1988 mCameraDevice.stopPreview();
H A DVideoModule.java879 stopPreview();
926 private void stopPreview() { method in class:VideoModule
927 mActivity.mCameraDevice.stopPreview();
1138 stopPreview();
1766 stopPreview();
2251 stopPreview();
2345 mEffectsRecorder.stopPreview();
2361 stopPreview();
2737 stopPreview();
/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java472 mCameraDevice.stopPreview();
584 mCameraDevice.stopPreview();
598 mCameraDevice.stopPreview();
721 public synchronized void stopPreview() { method in class:EffectsRecorder
729 throw new RuntimeException("stopPreview called on released EffectsRecorder!");
740 mCameraDevice.stopPreview();
852 stopPreview();
H A DCamera.java1578 stopPreview();
1796 stopPreview();
1840 if (mCameraState != PREVIEW_STOPPED) stopPreview();
1879 private void stopPreview() { method in class:Camera
1881 Log.v(TAG, "stopPreview");
1883 mCameraDevice.stopPreview();
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DVideoEditorProject.java1101 public long stopPreview() { method in class:VideoEditorProject
1103 return mVideoEditor.stopPreview();

Completed in 158 milliseconds