Searched defs:stop (Results 101 - 125 of 152) sorted by relevance

1234567

/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java285 // no longer started... so make it stop.
286 stop();
294 // was after being restarted from a stop, and now at the point of
313 void stop() { method in class:LoaderManagerImpl.LoaderInfo
728 mLoaders.valueAt(i).stop();
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp85 mLooper->stop();
158 void GenericPlayer::stop() { function in class:android::GenericPlayer
159 SL_LOGD("GenericPlayer::stop()");
162 // after a stop, playback should resume from the start.
/frameworks/base/media/java/android/media/
H A DMediaCodec.java57 * codec.stop();
115 * for this a full stop(), configure(), start() cycle is necessary.
275 public native final void stop(); method in class:MediaCodec
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp105 stop();
327 void AudioRecord::stop() function in class:android::AudioRecord
331 ALOGV("stop");
337 mAudioRecord->stop();
762 // signal old cblk condition so that other threads waiting for available buffers stop
H A DIMediaPlayer.cpp143 status_t stop() function in class:android::BpMediaPlayer
403 reply->writeInt32(stop());
H A DSoundPool.cpp131 ALOGV("Getting channel from stop list");
138 channel->stop();
360 void SoundPool::stop(int channelID) function in class:android::SoundPool
362 ALOGV("stop(%d)", channelID);
366 channel->stop();
717 // check for stop state
765 ALOGV("stop");
766 mAudioTrack->stop();
784 void SoundChannel::stop() function in class:android::SoundChannel
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);
H A DAudioTrack.cpp174 stop();
431 void AudioTrack::stop() function in class:android::AudioTrack
435 ALOGV("stop %p", this);
441 mAudioTrack->stop();
443 // would not stop until loopCount reaches 0).
449 // will not stop before end of buffer is reached.
1335 // signal old cblk condition so that other threads waiting for available buffers stop
/frameworks/av/media/libstagefright/
H A DMP3Extractor.cpp220 virtual status_t stop();
435 stop();
457 status_t MP3Source::stop() { function in class:android::MP3Source
H A DMPEG2TSWriter.cpp41 void stop();
141 void MPEG2TSWriter::SourceInfo::stop() { function in class:android::MPEG2TSWriter::SourceInfo
143 mLooper->stop();
145 mSource->stop();
531 mLooper->stop();
582 mSources.editItemAt(i)->stop();
H A DMediaCodec.cpp164 status_t MediaCodec::stop() { function in class:android::MediaCodec
H A DAVIExtractor.cpp42 virtual status_t stop();
99 stop();
124 status_t AVIExtractor::AVISource::stop() { function in class:android::AVIExtractor::AVISource
H A DFLACExtractor.cpp47 virtual status_t stop();
672 stop();
687 status_t FLACSource::stop() function in class:android::FLACSource
689 ALOGV("FLACSource::stop");
H A DOggExtractor.cpp51 virtual status_t stop();
146 stop();
164 status_t OggSource::stop() { function in class:android::OggSource
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp46 virtual status_t stop();
77 virtual status_t stop();
588 status_t MPEG2PSExtractor::Track::stop() { function in class:android::MPEG2PSExtractor::Track
593 return mSource->stop();
681 status_t MPEG2PSExtractor::WrappedTrack::stop() { function in class:android::MPEG2PSExtractor::WrappedTrack
682 return mTrack->stop();
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.cpp544 stop();
575 status_t ANetworkSession::stop() { function in class:android::ANetworkSession
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp88 status_t WifiDisplaySource::stop() { function in class:android::WifiDisplaySource
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java154 mTextToSpeech.stop();
492 mTextToSpeech.stop();
714 public int stop() { method in class:AccessibilityInjector.TextToSpeechWrapper
718 Log.w(WRAP_TAG, "[" + hashCode() + "] Attempted to stop before initialize");
727 return mTextToSpeech.stop();
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp131 status_t JMediaCodec::stop() { function in class:android::JMediaCodec
134 return mCodec->stop();
420 status_t err = codec->stop();
805 { "stop", "()V", (void *)android_media_MediaCodec_stop },
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java184 mMediaControllers[0].stop();
185 mMediaControllers[1].stop();
273 ImageButton stop = (ImageButton) findViewById(stopButtonId);
277 if (stop != null) {
278 stop.setOnClickListener(this);
289 ImageButton stop = (ImageButton) findViewById(stopButtonId);
293 if (stop != null) {
294 stop.setOnClickListener(this);
303 stop();
310 public void stop() { method in class:ScoAudioTest.SimpleMediaController
394 public void stop() { method in class:ScoAudioTest.SimplePlayerController
476 public void stop() { method in class:ScoAudioTest.SimpleRecordController
[all...]
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp159 CHECK_EQ((status_t)OK, source->stop());
294 rawSource->stop();
372 rawSource->stop();
402 virtual status_t stop();
447 status_t DetectSyncSource::stop() { function in class:DetectSyncSource
448 return mSource->stop();
532 writer->stop();
588 CHECK_EQ((status_t)OK, source->stop());
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp105 status_t VideoEditorPlayer::stop() { function in class:android::VideoEditorPlayer
106 ALOGV("stop");
504 void VideoEditorPlayer::VeAudioOutput::stop() { function in class:android::VideoEditorPlayer::VeAudioOutput
506 ALOGV("stop");
507 if (mTrack) mTrack->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();
H A DVideoEditorVideoEncoder.cpp69 virtual status_t stop();
129 stop();
148 status_t VideoEditorVideoEncoderSource::stop() { function in class:android::VideoEditorVideoEncoderSource
151 ALOGV("VideoEditorVideoEncoderSource::stop() begin");
154 ALOGV("VideoEditorVideoEncoderSource::stop: invalid state %d", mState);
167 ALOGV("VideoEditorVideoEncoderSource::stop : %d buffer remained", i);
173 ALOGV("VideoEditorVideoEncoderSource::stop() END (0x%x)", err);
387 result = encoder->stop();
1122 pEncoderContext->mPuller->stop();
1123 pEncoderContext->mEncoder->stop();
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h54 void stop() { mActive = false; } function in class:android::Antagonizer
101 virtual void stop();
202 virtual void stop();
313 virtual status_t stop();

Completed in 8942 milliseconds

1234567