Searched refs:stop (Results 201 - 225 of 368) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/preference/
H A DSeekBarVolumizer.java220 mRingtone.stop();
224 public void stop() { method in class:SeekBarVolumizer
H A DVolumePreference.java145 mSeekBarVolumizer.stop();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaEnvReverbTest.java386 mp.stop();
471 mp.stop();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java109 fail("Failed to stop the looper.");
245 Log.v(TAG, "Before stop");
246 mRecorder.stop();
348 Log.v(TAG, "Before stop");
349 mRecorder.stop();
/frameworks/av/include/media/
H A DAudioRecord.h255 void stop();
304 * It is reset to zero by stop().
H A Dmediaplayer.h226 status_t stop();
/frameworks/av/include/media/stagefright/
H A DCameraSource.h91 virtual status_t stop() { return reset(); } function in class:android::CameraSource
97 * Must call this method before stop().
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp110 stop();
305 // read before stop could be partial.
341 void AudioRecord::stop() function in class:android::AudioRecord
350 mAudioRecord->stop();
452 // stop capture so that audio policy manager does not reject the new instance start request
455 mAudioRecord->stop();
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h65 virtual status_t stop();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h57 virtual void stop();
H A DStreamingSource.cpp47 mLooper->stop();
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp161 status_t status = mSource->stop();
H A DAMRWriter.cpp156 status_t status = mSource->stop();
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp60 mLooper->stop();
H A DTimedTextSRTSource.cpp60 status_t TimedTextSRTSource::stop() { function in class:android::TimedTextSRTSource
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h49 status_t stop();
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java67 void stop() { method in class:FileSynthesisCallback
/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java235 Object what, int s, int e, int start, int stop) {
234 onSpanChanged(Spannable buf, Object what, int s, int e, int start, int stop) argument
/frameworks/base/core/java/android/widget/
H A DChronometer.java186 * make sure that each start() call has a reciprocal call to {@link #stop}.
200 public void stop() { method in class:Chronometer
206 * The same as calling {@link #start} or {@link #stop}.
H A DSpellChecker.java174 mSpellParsers[i].stop();
524 public void stop() { method in class:SpellChecker.SpellParser
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java76 * The animation will run until {@link #stop()} is called. Calling this
79 * @see #stop()
95 public void stop() { method in class:AnimatedRotateDrawable
H A DAnimationDrawable.java147 * @see #stop()
168 public void stop() { method in class:AnimationDrawable
/frameworks/base/media/java/android/media/
H A DMediaSync.java249 * @param cb The callback that will run. Use {@code null} to stop receiving callbacks.
281 * @param listener The callback that will run. Use {@code null} to stop receiving callbacks.
449 // Call stop() to signal to the AudioSink to completely fill the
451 mAudioTrack.stop();
H A DSoundPool.java57 * SoundPool will automatically stop a previously playing stream based first
64 * explicitly call the stop() function to stop the sound. Any other non-zero
78 * the SoundPool was created. In this case, the stream allocator will stop
80 * low priority, it will choose the oldest stream to stop. In the case
315 * another sound to stop playing if the maximum number of active
394 public native final void stop(int streamID); method in class:SoundPool
/frameworks/base/media/jni/
H A Dandroid_media_MediaMuxer.cpp205 status_t err = muxer->stop();
209 "Failed to stop the muxer");

Completed in 281 milliseconds

1234567891011>>