Searched refs:pause (Results 176 - 187 of 187) sorted by relevance

12345678

/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp589 status_t MPEG2TSWriter::pause() { function in class:android::MPEG2TSWriter
H A DOMXCodec.cpp4444 status_t OMXCodec::pause() { function in class:android::OMXCodec
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp172 status_t ARTPWriter::pause() { function in class:android::ARTPWriter
H A DMyHandler.h227 void pause() { function in struct:android::MyHandler
1058 ALOGV("Ignoring outdated pause message.");
1063 ALOGW("This is a live stream, ignoring pause request.");
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h482 virtual void pause();
H A DThreads.cpp1853 if (mOutput->stream->pause != NULL) {
1857 ALOGW("direct output implements pause but not resume");
1860 ALOGW("direct output implements resume but not pause");
3056 mAudioWatchdog->pause();
3673 mAudioWatchdog->pause();
4153 // make sure the pause/flush/resume sequence is executed in the right order.
4154 // If a flush is pending and a track is active but the HW is not paused, force a HW pause
4155 // before flush and then resume HW. This can happen in case of pause/flush/resume
4156 // if resume is received before pause is executed.
4159 mOutput->stream->pause(mOutpu
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp433 "Unable to retrieve AudioTrack pointer for pause()");
437 lpTrack->pause();
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp381 ALOGV("pause");
387 process_media_player_call( env, thiz, mp->pause(), NULL, NULL );
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java265 mRemoteDisplay.pause();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp581 void NuPlayer::GenericSource::pause() { function in class:android::NuPlayer::GenericSource
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java514 * Override to handle requests to pause playback.
1587 public void pause() throws RemoteException { method in class:MediaSessionCompat.MediaSessionImplBase.MediaSessionStub
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java126 * {@link #setVolume(float, float)}, {@link #pause()}, {@link #start()},
242 * can be adjusted. Playback can be paused via {@link #pause()}. When the call to
243 * {@link #pause()} returns, the MediaPlayer object enters the
255 * <li>Calling {@link #pause()} has no effect on
360 * <tr><td>pause </p></td>
1211 public void pause() throws IllegalStateException { method in class:MediaPlayer
3228 // we should not be there, but at least signal pause
3402 // we expect to have received the pause-change event delayed.

Completed in 308 milliseconds

12345678