Searched refs:stop (Results 51 - 75 of 324) sorted by relevance

1234567891011>>

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProviderWatcher.java74 public void stop() { method in class:RegisteredMediaRouteProviderWatcher
83 mProviders.get(i).stop();
123 provider.stop();
/frameworks/av/cmds/stagefright/
H A Drecord.cpp73 virtual status_t stop() {
239 err = writer->stop();
259 err = encoder->stop();
285 err = source->stop();
317 player->stop();
349 encoder->stop();
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.h85 virtual status_t stop() {return mPlayer->stop();} function in class:android::TestPlayerStub
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisPlaybackQueueItem.java102 // OR (b) stop() is called in which case it will return null.
125 void stop(boolean isError) { method in class:SynthesisPlaybackQueueItem
148 // Stop the underlying audio track. This will stop sending
151 mAudioTrack.stop();
188 // would have woken up when stop() is called (if it was blocked) and will
207 // Block if there are no available buffers, and stop() has not
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/
H A DCameraEffectsRecordingSample.java84 mRunner.stop();
93 mRunner.stop();
/frameworks/av/include/media/
H A DIAudioTrack.h52 virtual void stop() = 0;
/frameworks/av/include/media/stagefright/
H A DAACWriter.h37 virtual status_t stop() { return reset(); } function in struct:android::AACWriter
H A DMediaMuxer.h38 // Constructor -> addTrack+ -> start -> writeSampleData+ -> stop
40 // deleting the output file after stop.
54 // will close this file at stop().
99 status_t stop();
H A DMediaSource.h42 // the stop() call are released.
44 // held onto by callers be released before a call to stop() !!!
45 virtual status_t stop() = 0;
H A DMediaWriter.h38 virtual status_t stop() = 0;
/frameworks/av/include/media/stagefright/foundation/
H A DALooper.h52 status_t stop();
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.h36 virtual status_t stop();
H A DVideoEditorSRC.h33 virtual status_t stop();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h58 virtual void stop() {} function in struct:android::NuPlayer::Source
/frameworks/av/media/libstagefright/include/
H A DAACEncoder.h35 virtual status_t stop();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h38 virtual status_t stop();
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSRTSource.h37 virtual status_t stop();
H A DTimedTextSource.h43 virtual status_t stop() = 0;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h19 virtual status_t stop();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/power/
H A DMediaPlayerPowerTest.java56 mp.stop();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DMediaDecoder.java174 public void stop() { method in class:MediaDecoder
175 stop(true);
178 private void stop(boolean manual) { method in class:MediaDecoder
203 // once the last frame has been grabbed, fall through and stop
422 stop(false);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DHapticFeedbackController.java55 public void stop() { method in class:HapticFeedbackController
/frameworks/base/media/java/android/media/
H A DSoundPool.java50 * SoundPool will automatically stop a previously playing stream based first
57 * explicitly call the stop() function to stop the sound. Any other non-zero
71 * the SoundPool was created. In this case, the stream allocator will stop
73 * low priority, it will choose the oldest stream to stop. In the case
213 * another sound to stop playing if the maximum number of active
298 public final void stop(int streamID) { method in class:SoundPool
299 mImpl.stop(streamID);
425 public void stop(int streamID); method in interface:SoundPool.SoundPoolDelegate
537 public native final void stop(in method in class:SoundPool.SoundPoolImpl
660 public final void stop(int streamID) { } method in class:SoundPool.SoundPoolStub
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java315 mTranslateRunnable.stop();
316 mSnapRunnable.stop();
343 mScaleRunnable.stop();
436 mScaleRunnable.stop();
438 mTranslateRunnable.stop();
440 mSnapRunnable.stop();
442 mRotateRunnable.stop();
1066 public void stop() { method in class:PhotoView.ScaleRunnable
1086 stop();
1136 public void stop() { method in class:PhotoView.TranslateRunnable
1232 public void stop() { method in class:PhotoView.SnapRunnable
1325 public void stop() { method in class:PhotoView.RotateRunnable
[all...]
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp208 mSource->stop();
235 mSource->stop();
259 mAudioSink->stop();
261 mAudioTrack->stop();
303 mAudioSink->stop();
319 mAudioTrack->stop();
329 // source is able to stop().
343 mSource->stop();
541 // no more buffers to push - stop() and wait for STREAM_END
544 mAudioSink->stop();
[all...]

Completed in 484 milliseconds

1234567891011>>