Searched defs:stop (Results 1 - 2 of 2) sorted by relevance

/pdk/apps/TestingCamera/src/com/android/testingcamera/
H A DCallbackProcessor.java121 public boolean stop() { method in class:CallbackProcessor
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
H A DCameraRecordingStream.java199 * Stop recording stream. Calling stop on an already stopped stream has no
200 * effect. Producer(in this case, CameraDevice) should stop before this call
211 public synchronized void stop() { method in class:CameraRecordingStream
220 // Wait until recording thread stop
231 // TODO: implement MediaRecorder mode recording stop.
232 Log.w(TAG, "MediaRecorder mode recording stop is not implemented yet");
287 mEncoder.stop();
302 mMuxer.stop();

Completed in 148 milliseconds