Searched defs:stop (Results 176 - 200 of 219) sorted by relevance

123456789

/frameworks/base/media/java/android/media/session/
H A DMediaController.java779 * Request that the player stop its playback; it may clear its state in
782 public void stop() { method in class:MediaController.TransportControls
784 mSessionBinder.stop();
786 Log.wtf(TAG, "Error calling stop.", e);
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp135 ALOGV("Getting channel from stop list");
142 channel->stop();
379 void SoundPool::stop(int channelID) function in class:android::SoundPool
381 ALOGV("stop(%d)", channelID);
385 channel->stop();
888 // check for stop state
943 ALOGV("stop");
944 mAudioTrack->stop();
963 void SoundChannel::stop() function in class:android::SoundChannel
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java341 void setStopped(boolean stop, int userId) { argument
342 modifyUserState(userId).stopped = stop;
349 void setNotLaunched(boolean stop, int userId) { argument
350 modifyUserState(userId).notLaunched = stop;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java141 public void stop() {} method in class:WifiStateMachineTest.TestIpManager
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java294 public void stop() { method in class:MaterialProgressDrawable
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaControllerCompat.java708 * Request that the player stop its playback; it may clear its state in
711 public abstract void stop(); method in class:MediaControllerCompat.TransportControls
1186 public void stop() { method in class:MediaControllerCompat.TransportControlsBase
1188 mBinder.stop();
1190 Log.e(TAG, "Dead object in stop. " + e);
1427 public void stop() { method in class:MediaControllerCompat.TransportControlsApi21
1428 MediaControllerCompatApi21.TransportControls.stop(mControlsObj);
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp255 stop();
578 // It is possible since flush and stop are asynchronous that the server
592 // since the flush is asynchronous and stop may not fully drain.
598 // write before stop could be partial.
645 void AudioTrack::stop() function in class:android::AudioTrack
660 mAudioTrack->stop();
662 // Note: legacy handling - stop does not clear playback marker
1121 // IAudioTrack::stop() isn't synchronous; we don't know when presentation completes
1820 // to pause or stop the track, or set the position to a new offset within buffer.
1914 // for DEAD_OBJECT, we do not send a EVENT_STREAM_END after stop();
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp92 stop();
95 mLooper->stop();
1635 cameraSource->stop();
1848 status_t StagefrightRecorder::stop() { function in class:StagefrightRecorder
1849 ALOGV("stop");
1858 err = mWriter->stop();
1893 stop();
1900 stop();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp95 mBufferingMonitorLooper->stop();
98 mBufferingMonitor->stop();
353 mLooper->stop();
535 void NuPlayer::GenericSource::stop() { function in class:android::NuPlayer::GenericSource
655 track->mSource->stop();
1115 track->mSource->stop();
1133 track->mSource->stop();
1546 void NuPlayer::GenericSource::BufferingMonitor::stop() { function in class:android::NuPlayer::GenericSource::BufferingMonitor
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp609 status_t MediaCodec::stop() { function in class:android::MediaCodec
1927 // after stop() returned, it would be safe to call release()
1931 // TODO: we shouldn't throw an exception for stop/release. Change this to wait until
1932 // the previous stop/release completes and then reply with OK.
H A DOggExtractor.cpp54 virtual status_t stop();
234 stop();
252 status_t OggSource::stop() { function in class:android::OggSource
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp128 virtual status_t stop();
265 status_t MatroskaSource::stop() { function in class:android::MatroskaSource
823 // from mkvparser::Segment::Load(), but stop at first cluster
/frameworks/av/services/audioflinger/
H A DEffects.cpp529 status_t AudioFlinger::EffectModule::stop() function in class:android::AudioFlinger::EffectModule
1315 // stop at first error encountered
1660 // calling stop here will remove pre-processing effect from the audio HAL.
1665 mEffects[i]->stop();
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java77 * Denotes a stop requested by a client. It's used only on the service side of the API,
854 service.stop(getCallerIdentity());
1341 public int stop() { method in class:TextToSpeech
1345 return service.stop(getCallerIdentity());
1347 }, ERROR, "stop");
/frameworks/base/core/java/android/widget/
H A DFastScroller.java455 stop();
472 public void stop() { method in class:FastScroller
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java857 public void stop() { method in class:AnimatedVectorDrawable
859 Log.w(LOGTAG, "calling stop on AVD: " +
/frameworks/base/media/java/android/media/
H A DAudioRecord.java740 stop();
751 // will cause stop() to be called, and if appropriate, will handle fixed volume recording
881 * Calling {@link #startRecording()} following a {@link #stop()} will reset
1016 public void stop() method in class:AudioRecord
1019 throw new IllegalStateException("stop() called on an uninitialized AudioRecord.");
1022 // stop recording
H A DAudioTrack.java965 // even though native_release() stops the native AudioTrack, we need to stop
968 stop();
1230 * It is reset to zero by {@link #flush()}, {@link #reloadStaticData()}, and {@link #stop()}.
1730 * to a minimum level is also true when resuming audio playback after calling stop().
1753 * When used on an instance created in {@link #MODE_STREAM} mode, audio will stop playing
1754 * after the last buffer that was written has been played. For an immediate stop, use
1759 public void stop() method in class:AudioTrack
1762 throw new IllegalStateException("stop() called on uninitialized AudioTrack.");
1765 // stop playing
1830 * on entry, or another thread interrupts the write by calling stop o
[all...]
H A DMediaRecorder.java51 * recorder.stop();
139 * {@link #stop}, or is called when VideoSource is not set to SURFACE.
153 * {@link #stop}.
870 * application, if no valid audio/video data has been received when stop()
871 * is called. This happens if stop() is called immediately after
878 public native void stop() throws IllegalStateException; method in class:MediaRecorder
882 * with resume() without reconfiguration, as opposed to stop(). It does
890 * stop()
899 * stop()
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp200 mLooper->stop();
309 status_t JMediaCodec::stop() { function in class:android::JMediaCodec
312 return mCodec->stop();
814 /* release MediaCodec and stop the looper now before decStrong.
1192 status_t err = codec->stop();
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java289 stop();
607 public void stop() { method in class:MLand
717 stop();
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java867 Log.e(TAG, "unable start or stop tethering on iface " + chosenIface);
1081 stop();
1096 void stop() { method in class:Tethering.UpstreamNetworkMonitor
1431 * we should stop any outstanding DUN/HIPRI start requests.
1658 mUpstreamNetworkMonitor.stop();
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java452 // Note: User already stopped (by switchUser) so no need to send stop message here.
669 stop();
734 private void stop() { method in class:MediaRouterService.UserHandler
738 mWatcher.stop(); // also stops all providers
H A DMediaSessionRecord.java990 public void stop() { method in class:MediaSessionRecord.SessionCb
994 Slog.e(TAG, "Remote failure in stop.", e);
1239 public void stop() throws RemoteException { method in class:MediaSessionRecord.ControllerStub
1241 mSessionCb.stop();
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java250 * and the values specified herein are in force until IpManager#stop()
262 * mIpManager.stop();
265 * IpManager#stop() is called. Future calls to IpManager#startProvisioning()
503 stop();
529 public void stop() { method in class:IpManager
545 * #startProvisioning(). The setting is cleared upon calling #stop().
555 * #startProvisioning(). The setting is cleared upon calling #stop().
1199 mIpReachabilityMonitor.stop();

Completed in 599 milliseconds

123456789