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

1234567891011>>

/frameworks/base/libs/hwui/thread/
H A DTaskManager.h54 void stop();
/frameworks/base/services/java/com/android/server/pm/
H A DPackageSettingBase.java251 void setStopped(boolean stop, int userId) { argument
252 modifyUserState(userId).stopped = stop;
259 void setNotLaunched(boolean stop, int userId) { argument
260 modifyUserState(userId).notLaunched = stop;
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h47 virtual status_t stop();
/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.cpp46 virtual status_t stop();
76 status_t MPEG2TSSource::stop() { function in class:android::MPEG2TSSource
77 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.java70 * {@link #onStop} tells the engine that it should stop all ongoing synthesis, if
119 // Tell the synthesizer to stop
121 // Tell the audio playback thread to stop.
186 * Notifies the service that it should stop any in-progress speech synthesis.
302 current.stop();
373 // not stopped correctly if a stop request comes along for the item
377 current.stop();
390 current.stop();
395 mAudioPlaybackHandler.stop();
470 public void stop() { method in class:TextToSpeechService.SpeechItem
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DFaceUnlock.java147 public boolean stop() { method in class:FaceUnlock
148 if (DEBUG) Log.d(TAG, "stop()");
150 Log.e(TAG, "stop() called from non-UI thread");
303 stop();
325 stop();
397 * Tells the Face Unlock service to stop displaying its UI and stop processing.
401 // Note that attempting to stop Face Unlock when it's not running is not an issue.
402 // Face Unlock can return, which stops it and then we try to stop it when the
415 // stop multipl
[all...]
/frameworks/base/services/java/com/android/server/media/
H A DRemoteDisplayProviderWatcher.java94 public void stop() { method in class:RemoteDisplayProviderWatcher
103 mProviders.get(i).stop();
145 provider.stop();
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java74 public void stop() { method in class:DisplaySourceService
75 super.stop();
214 codec.stop();
/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.java140 mSeekBarVolumizer.stop();
342 mRingtone.stop();
346 public void stop() { method in class:VolumePreference.SeekBarVolumizer
/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.h51 void stop() { mActive = false; } function in class:android::Antagonizer
99 virtual void stop();
208 virtual void stop();
331 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();
H A DRTSPSource.h45 virtual void stop();
/frameworks/av/media/libstagefright/include/
H A DTimedEventQueue.h83 // events are discarded, otherwise the queue will stop (and this call
85 void stop(bool flush = false);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h43 virtual status_t stop();
54 kWhatStop = 'stop',

Completed in 599 milliseconds

1234567891011>>