Searched defs:stopPreview (Results 1 - 6 of 6) 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 DPhotoModule.java467 stopPreview();
873 stopPreview();
1554 stopPreview();
1836 public void stopPreview() { method in class:PhotoModule
1838 Log.i(TAG, "stopPreview");
1839 mCameraDevice.stopPreview();
H A DVideoModule.java927 stopPreview();
984 public void stopPreview() { method in class:VideoModule
986 Log.v(TAG, "Skip stopPreview since it's not mPreviewing");
990 Log.v(TAG, "Skip stopPreview since mCameraDevice is null");
994 Log.v(TAG, "stopPreview");
995 mCameraDevice.stopPreview();
1508 // stopPreview should definitely be called before switching off.
1509 stopPreview();
1536 stopPreview();
1791 stopPreview();
[all...]
/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.java1591 stopPreview();
1809 stopPreview();
1853 if (mCameraState != PREVIEW_STOPPED) stopPreview();
1892 private void stopPreview() { method in class:Camera
1894 Log.v(TAG, "stopPreview");
1896 mCameraDevice.stopPreview();

Completed in 156 milliseconds