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

1234567891011>>

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h63 status_t stop();
143 kWhatStop = 'stop',
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp58 virtual status_t stop();
131 stop();
150 status_t VideoEditorAudioDecoderSource::stop() { function in class:android::VideoEditorAudioDecoderSource
154 ALOGV("VideoEditorAudioDecoderSource::stop begin");
157 ALOGV("VideoEditorAudioDecoderSource::stop: invalid state %d", mState);
166 ALOGW("VideoEditorAudioDecoderSource::stop : %d buffer remained", n);
172 ALOGV("VideoEditorAudioDecoderSource::stop END (0x%x)", err);
408 pDecoderContext->mDecoder->stop();
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h62 virtual status_t stop();
/frameworks/av/media/libstagefright/
H A DAMRWriter.cpp167 status_t status = mSource->stop();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp57 status_t AnotherPacketSource::stop() { function in class:android::AnotherPacketSource
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp57 mLooper->stop();
H A DTimedTextSRTSource.cpp61 status_t TimedTextSRTSource::stop() { function in class:android::TimedTextSRTSource
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java96 * // stop the Recognizer
97 * recognizer.stop();
100 * // stop the audio device
325 * <code>advance</code>, but before <code>stop</code>.
336 * <code>advance</code>, but before <code>stop</code>.
348 * <code>advance</code>, but before <code>stop</code>.
365 public void stop() { method in class:Recognizer
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java55 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/webkit/
H A DHTML5Audio.java257 // Lost focus for an unbounded amount of time: stop playback.
259 mMediaPlayer.stop();
266 // Lost focus for a short time, but we have to stop
H A DHTML5VideoView.java103 // Delete the Timer to stop it since there is no stop call.
150 mPlayer.stop();
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp46 for (int stop = x + width; x < stop; x++) {
58 for (int stop = x + width; x < stop; x++) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java113 * @see #stop()
128 public void stop() { method in class:AnimationDrawable
/frameworks/base/services/java/com/android/server/wm/
H A DViewServer.java95 * @see #stop()
122 boolean stop() { method in class:ViewServer
130 Slog.w(LOG_TAG, "Could not stop all view server threads");
152 * @see #stop()
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java48 * recorder.stop();
698 * application, if no valid audio/video data has been received when stop()
699 * is called. This happens if stop() is called immediately after
706 public native void stop() throws IllegalStateException; method in class:MediaRecorder
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java149 timer.stop("glFinish " + message);
H A DShaderProgram.java92 mTimer.stop("glFinish");
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp169 decoder->stop();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h398 virtual void stop() = 0;
793 virtual void stop();
1004 virtual void stop();
1409 virtual void stop();
1449 virtual void stop();
1512 // ask the thread to stop the specified track, and
1557 // is used together with mStartStopCond to indicate start()/stop() progress
1584 virtual void stop();
1675 status_t stop();
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java148 public void stop() { method in class:GlowPadView.AnimationBundle
467 mTargetAnimations.stop();
532 mTargetAnimations.stop();
735 mGlowAnimations.stop();
736 mTargetAnimations.stop();
/frameworks/base/core/java/android/widget/
H A DAbsListView.java705 * animation is now coasting to a stop
1212 mFastScroller.stop();
2627 mPositionScroller.stop();
2659 mPositionScroller.stop();
3223 mPositionScroller.stop();
3245 mPositionScroller.stop();
3276 mPositionScroller.stop();
3481 mPositionScroller.stop();
3748 mPositionScroller.stop();
3993 mPositionScroller.stop();
4414 void stop() { method in class:AbsListView.PositionScroller
[all...]
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp143 status_t stop() function in class:android::BpMediaPlayer
403 reply->writeInt32(stop());
H A Dmediaplayer.cpp308 status_t MediaPlayer::stop() function in class:android::MediaPlayer
310 ALOGV("stop");
315 status_t ret = mPlayer->stop();
323 ALOGE("stop called in state %d", mCurrentState);
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp179 looper()->stop();
226 looper()->stop();

Completed in 821 milliseconds

1234567891011>>