Searched refs:stopVideoRecording (Results 1 - 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java328 stopVideoRecording();
634 stopVideoRecording();
640 stopVideoRecording();
969 stopVideoRecording();
972 stopVideoRecording();
976 stopVideoRecording();
1107 stopVideoRecording();
1512 stopVideoRecording();
1694 private void stopVideoRecording() { method in class:VideoCamera
1695 Log.v(TAG, "stopVideoRecording");
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java297 stopVideoRecording();
659 boolean recordFail = stopVideoRecording();
1292 stopVideoRecording();
1464 private boolean stopVideoRecording() { method in class:VideoModule
1469 Log.v(TAG, "Skip stopVideoRecording since snapshot in progress");
1472 Log.v(TAG, "stopVideoRecording");
1492 Log.v(TAG, "stopVideoRecording: current video filename: " + mCurrentVideoFilename);

Completed in 42 milliseconds