Searched refs:stopRecording (Results 1 - 6 of 6) sorted by relevance

/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DRecorder.java199 public void stopRecording() { method in class:Recorder
246 stopRecording();
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
H A DSpeechRecorderActivity.java176 stopRecording();
208 private void stopRecording() { method in class:SpeechRecorderActivity
209 Log.d(TAG, "stopRecording");
/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java700 public synchronized void stopRecording() { method in class:EffectsRecorder
710 throw new RuntimeException("stopRecording called on released EffectsRecorder!");
735 stopRecording();
H A DVideoCamera.java1705 mEffectsRecorder.stopRecording();
/packages/apps/Camera/src/com/android/camera/
H A DEffectsRecorder.java945 public synchronized void stopRecording() { method in class:EffectsRecorder
955 throw new RuntimeException("stopRecording called on released EffectsRecorder!");
977 // stopRecording call. Else, the effects may throw an exception.
1014 stopRecording();
H A DVideoModule.java1711 mEffectsRecorder.stopRecording();

Completed in 89 milliseconds