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

1234567891011>>

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/
H A DConnectionHandler.java72 ConnectionHandler.this.stop();
139 public void stop() { method in class:ConnectionHandler
147 /** This will stop the while loop in the run method */
H A DForwarderManager.java27 * A simple class to start and stop Forwarders running on some ports.
110 public synchronized void stop() { method in class:ForwarderManager
112 Log.w(LOG_TAG, "stop(): ForwarderManager already stopped! NOOP.");
/frameworks/av/include/media/
H A DIAudioTrack.h50 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 DMPEG2TSWriter.h40 virtual status_t stop() { return reset(); } function in struct:android::MPEG2TSWriter
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();
H A DVideoEditorAudioPlayer.cpp89 mAudioSink->stop();
91 mAudioTrack->stop();
109 mAudioSink->stop();
112 mAudioTrack->stop();
119 // source is able to stop().
133 mSource->stop();
263 // Before setting source, stop any existing source.
265 // source is able to stop().
280 mSource->stop();
524 mSource->stop();
[all...]
/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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/power/
H A DMediaPlayerPowerTest.java56 mp.stop();
/frameworks/support/volley/tests/src/com/android/volley/
H A DRequestQueueTest.java82 queue.stop();
106 queue.stop();
226 queue.stop();
265 queue.stop();
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp146 mSource->stop();
178 mSource->stop();
201 mAudioSink->stop();
203 mAudioTrack->stop();
233 mAudioSink->stop();
236 mAudioTrack->stop();
243 // source is able to stop().
257 mSource->stop();
H A DJPEGSource.cpp68 stop();
87 status_t JPEGSource::stop() { function in class:android::JPEGSource
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.cpp42 stop();
56 void MediaBufferPuller::stop() { function in class:android::MediaBufferPuller
130 // Loop until we are asked to stop, or there is nothing more to read
157 // Loop until we are asked to stop
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp77 stop();
128 status_t ALooper::stop() { function in class:android::ALooper
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp225 CHECK_EQ(decoder->stop(), (status_t)OK);
227 looper->stop();
/frameworks/base/core/java/android/speech/tts/
H A DPlaybackSynthesisCallback.java59 // track whether stop() has been called before start(). In all other cases,
82 void stop() { method in class:PlaybackSynthesisCallback
87 if (DBG) Log.d(TAG, "stop()");
95 Log.w(TAG, "stop() called twice");
107 // soon after (see SynthHandler#stop(String).
108 item.stop(wasError);
110 // This happens when stop() or error() were called before start() was.
112 // In all other cases, mAudioTrackHandler.stop() will
151 if (DBG) Log.d(TAG, "stop() called before start(), returning.");
229 if (DBG) Log.d(TAG, "error() [will call stop]");
[all...]
/frameworks/base/media/java/android/media/
H A DAsyncPlayer.java104 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
106 mPlayer.stop();
155 * Calling this before another audio file is done playing will stop
183 public void stop() { method in class:AsyncPlayer
185 // This check allows stop to be called multiple times without starting
207 * We want to hold a wake lock while we do the prepare and play. The stop probably is
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSyncRunner.java149 public void stop() { method in class:SyncRunner
213 mTimer.stop(filter.getName());

Completed in 361 milliseconds

1234567891011>>