Searched refs:stopVideoRecording (Results 1 - 3 of 3) 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/Camera/src/com/android/camera/
H A DVideoModule.java333 stopVideoRecording();
631 stopVideoRecording();
637 boolean recordFail = stopVideoRecording();
1014 // recording. That also needs a change in the stopVideoRecording()
1511 stopVideoRecording();
1696 private boolean stopVideoRecording() { method in class:VideoModule
1697 Log.v(TAG, "stopVideoRecording");
1719 Log.v(TAG, "stopVideoRecording: Setting current video filename: "
2736 stopVideoRecording();
/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java296 stopVideoRecording();
657 boolean recordFail = stopVideoRecording();
1291 stopVideoRecording();
1440 private boolean stopVideoRecording() { method in class:VideoModule
1445 Log.v(TAG, "Skip stopVideoRecording since snapshot in progress");
1448 Log.v(TAG, "stopVideoRecording");
1464 Log.v(TAG, "stopVideoRecording: current video filename: " + mCurrentVideoFilename);

Completed in 75 milliseconds