Searched refs:stop (Results 176 - 200 of 294) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/app/
H A DLoaderManager.java299 // no longer started... so make it stop.
300 stop();
308 // was after being restarted from a stop, and now at the point of
327 void stop() { method in class:LoaderManagerImpl.LoaderInfo
784 mLoaders.valueAt(i).stop();
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java660 service.stop(getCallerIdentity());
942 public int stop() { method in class:TextToSpeech
946 return service.stop(getCallerIdentity());
948 }, ERROR, "stop");
/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java283 // no longer started... so make it stop.
284 stop();
292 // was after being restarted from a stop, and now at the point of
311 void stop() { method in class:LoaderManagerImpl.LoaderInfo
725 mLoaders.valueAt(i).stop();
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp139 mQueue.stop();
294 mAudioSource->stop();
312 mVideoSource->stop();
438 ALOGV("setAudioPlayer: stop new audio source");
439 mAudioSource->stop();
806 // stop reading input data until a subsequent seek.
1607 mAudioSource->stop();
1793 mVideoSource->stop();
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
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...]
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.cpp81 stop();
1433 cameraSource->stop();
1597 status_t StagefrightRecorder::stop() { function in class:android::StagefrightRecorder
1598 ALOGV("stop");
1607 err = mWriter->stop();
1636 stop();
1643 stop();
H A DMidiFile.cpp230 status_t MidiFile::stop() function in class:android::MidiFile
232 ALOGV("MidiFile::stop");
533 mAudioSink->stop();
H A DStagefrightRecorder.h62 virtual status_t stop();
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp414 player->stop();
424 looper->stop();
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp248 status_t stop() function in class:android::BpMediaRecorder
250 ALOGV("stop");
320 reply->writeInt32(stop());
H A Dmediarecorder.cpp501 status_t MediaRecorder::stop() function in class:android::MediaRecorder
503 ALOGV("stop");
509 ALOGE("stop called in an invalid state: %d", mCurrentState);
513 status_t ret = mMediaRecorder->stop();
515 ALOGE("stop failed: %d", ret);
521 // stop and reset are semantically different.
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp54 CHECK_EQ((status_t)OK, info->mSource->stop());
277 CHECK_EQ((status_t)OK, info->mSource->stop());
H A DAACWriter.cpp174 status_t status = mSource->stop();
H A DAMRWriter.cpp167 status_t status = mSource->stop();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h391 virtual void stop() = 0;
705 virtual void stop();
914 virtual void stop();
1301 virtual void stop();
1341 virtual void stop();
1390 void stop(RecordTrack* recordTrack);
1449 virtual void stop();
1535 status_t stop();
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp318 lpRecorder->stop();
319 //ALOGV("Called lpRecorder->stop()");
332 lpRecorder->stop();
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css168 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
461 background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7));
/frameworks/base/media/java/android/media/
H A DAudioTrack.java496 // even though native_release() stops the native AudioTrack, we need to stop
499 stop();
894 * When used on an instance created in {@link #MODE_STREAM} mode, audio will stop playing
895 * after the last buffer that was written has been played. For an immediate stop, use
900 public void stop() method in class:AudioTrack
903 throw(new IllegalStateException("stop() called on uninitialized AudioTrack."));
906 // stop playing
955 * returns. This function is thread safe with respect to {@link #stop} calls,
991 * returns. This function is thread safe with respect to {@link #stop} calls,
H A DRingtoneManager.java297 * Whether retrieving another {@link Ringtone} will stop playing the
300 * If this is false, make sure to {@link Ringtone#stop()} any previous
322 mPreviousRingtone.stop();
382 mPreviousRingtone.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/performance/
H A DMediaPlayerPerformance.java236 mRecorder.stop();
260 mRecorder.stop();
/frameworks/av/include/media/
H A DAudioTrack.h261 void stop();
368 * rewriting the buffer before restarting playback after a stop.
/frameworks/av/media/libaah_rtp/
H A Daah_rx_player.cpp158 status_t AAH_RXPlayer::stop() { function in class:android::AAH_RXPlayer
H A Daah_rx_player.h52 virtual status_t stop();

Completed in 494 milliseconds

1234567891011>>