Searched refs:stop (Results 101 - 125 of 305) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp43 virtual status_t stop();
220 stop();
236 status_t AMRSource::stop() { function in class:android::AMRSource
H A DDRMExtractor.cpp44 virtual status_t stop();
118 status_t DRMSource::stop() { function in class:android::DRMSource
119 return mOriginalMediaSource->stop();
H A DAACExtractor.cpp45 virtual status_t stop();
251 stop();
272 status_t AACSource::stop() { function in class:android::AACSource
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp47 virtual status_t stop();
77 status_t MPEG2TSSource::stop() { function in class:android::MPEG2TSSource
78 return mImpl->stop();
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/base/core/java/android/speech/tts/
H A DBlockingAudioTrack.java58 * {@link AudioTrack#stop()} to send pending buffers to the mixer, and slightly
70 // Need to be seen by stop() which can be called from another thread. mAudioTrack will be
108 public void stop() { method in class:BlockingAudioTrack
111 mAudioTrack.stop();
142 // For "small" audio tracks, we have to stop() them to make them mixable,
155 track.stop();
249 // In this case we would have called AudioTrack#stop() to flush
H A DTextToSpeechService.java68 * {@link #onStop} tells the engine that it should stop all ongoing synthesis, if
117 // Tell the synthesizer to stop
119 // Tell the audio playback thread to stop.
180 * Notifies the service that it should stop any in-progress speech synthesis.
297 current.stop();
359 // not stopped correctly if a stop request comes along for the item
363 current.stop();
376 current.stop();
381 mAudioPlaybackHandler.stop();
445 public void stop() { method in class:TextToSpeechService.SpeechItem
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DFaceUnlock.java146 public boolean stop() { method in class:FaceUnlock
147 if (DEBUG) Log.d(TAG, "stop()");
149 Log.e(TAG, "stop() called from non-UI thread");
302 stop();
317 stop();
389 * Tells the Face Unlock service to stop displaying its UI and stop processing.
393 // Note that attempting to stop Face Unlock when it's not running is not an issue.
394 // Face Unlock can return, which stops it and then we try to stop it when the
407 // stop multipl
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java124 mp.stop();
153 mp.stop();
191 mp.stop();
225 mp.stop();
235 mp.stop();
394 mp.stop();
421 mp.stop();
451 mp.stop();
475 mp.stop();
497 mRecorder.stop();
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp132 stop();
165 status_t AACEncoder::stop() { function in class:android::AACEncoder
180 ALOGW("Call stop() when encoder has not started");
184 mSource->stop();
/frameworks/base/core/java/android/preference/
H A DVolumePreference.java137 mSeekBarVolumizer.stop();
288 public void stop() { method in class:VolumePreference.SeekBarVolumizer
340 mRingtone.stop();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DFaceUnlock.java179 public boolean stop() { method in class:FaceUnlock
180 if (DEBUG) Log.d(TAG, "stop()");
182 Log.e(TAG, "stop() called off of the UI thread");
372 stop();
387 stop();
476 * Tells the Face Unlock service to stop displaying its UI and stop processing.
480 // Note that attempting to stop Face Unlock when it's not running is not an issue.
481 // Face Unlock can return, which stops it and then we try to stop it when the
494 // stop multipl
[all...]
/frameworks/av/include/media/
H A DIMediaPlayer.h52 virtual status_t stop() = 0;
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h51 // 6. Stop is a hard stop, the last few frames held by the encoder
78 virtual status_t stop();
134 // the same thread supplies the frames and also calls stop
136 // it calls stop.
139 // frames is separate than the one calling stop.
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp92 status_t DummyVideoSource::stop() { function in class:android::DummyVideoSource
93 ALOGV("stop");
/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();
H A DMidiFile.h44 virtual status_t stop();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.h45 virtual status_t stop();
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h43 virtual status_t stop();
54 kWhatStop = 'stop',
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp604 status_t stop() { return mSource->stop();}
677 writer.stop();
704 writer.stop();
725 writer.stop();
768 CHECK_EQ((status_t)OK, mr->stop());
817 writer.stop();
902 CHECK_EQ((status_t)OK, mr->stop());
945 CHECK_EQ((status_t)OK, mr->stop());
/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();
H A DDeviceMotionService.java55 public void stop() { method in class:DeviceMotionService
H A DGeolocationService.java72 public void stop() { method in class:GeolocationService
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp76 virtual status_t stop() {return OK;} function in class:__anon41::Player
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp80 virtual status_t stop() { function in class:DummySource
299 err = writer->stop();

Completed in 273 milliseconds

1234567891011>>