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

12345678

/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java236 public void pause() { method in class:RgbPlayerActivity.RgbView
H A DVideoDumpView.java166 public void pause() { method in class:VideoDumpView
167 mMediaPlayer.pause();
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DOnePlayerActivity.java151 mPlayer.pause();
H A DNotificationHelper.java113 mTransportControls.pause();
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeed.java371 public void pause() { method in class:VariableSpeed
/frameworks/rs/
H A DrsContext.h150 void pause();
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp167 status_t pause() function in class:android::BpMediaPlayer
431 reply->writeInt32(pause());
H A Dmediaplayer.cpp345 status_t MediaPlayer::pause() function in class:android::MediaPlayer
347 ALOGV("pause");
352 status_t ret = mPlayer->pause();
360 ALOGE("pause called in state %d", mCurrentState);
H A DAudioTrack.cpp504 t->pause();
546 t->pause();
591 void AudioTrack::pause() function in class:android::AudioTrack
602 mAudioTrack->pause();
609 // To fix this, cache the playback position on a pause() and return
612 // OffloadThread sends HAL pause in its threadLoop. Time saved
619 ALOGV("AudioTrack::pause for offload, cache current position %u", mPausedPosition);
1577 // to pause or stop the track, or set the position to a new offset within buffer.
1578 // This was some experimental code to auto-pause on underrun. Keeping it here
2168 void AudioTrack::AudioTrackThread::pause()
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp125 void NuPlayer::RTSPSource::pause() { function in class:android::NuPlayer::RTSPSource
137 mHandler->pause();
H A DNuPlayerRenderer.cpp169 void NuPlayer::Renderer::pause() { function in class:android::NuPlayer::Renderer
518 ALOGV("Audio Offload tear down due to pause timeout.");
1137 mAudioSink->pause();
1244 // pause(). Renderer will be flushed with anchor time cleared. We don't
1262 mAudioSink->pause();
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp526 status_t WebmWriter::pause() { function in class:android::WebmWriter
536 status_t status = mStreams[i].mThread->pause();
H A DWebmFrameThread.cpp306 status_t WebmFrameMediaSourceThread::pause() { function in class:android::WebmFrameMediaSourceThread
358 // adjust time-stamps after pause/resume
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java85 * Set on the next frame after pause() is called, used to calculate a new startTime
1101 public void pause() { method in class:ValueAnimator
1103 super.pause();
/frameworks/base/media/java/android/media/session/
H A DMediaController.java659 * Request that the player pause its playback and stay at its current
662 public void pause() { method in class:MediaController.TransportControls
664 mSessionBinder.pause();
666 Log.wtf(TAG, "Error calling pause.", e);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java75 * The states when it is valid to call pause on the MediaPlayer.
523 player.pause();
548 player.pause();
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h84 virtual status_t pause();
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp159 status_t AACWriter::pause() { function in class:android::AACWriter
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h83 status_t pause();
/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h47 void pause();
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java271 public void pause() { method in class:RenderNodeAnimator
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool_SoundPoolImpl.cpp99 ap->pause(channelID);
267 { "pause",
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java218 // Java MediaPlayer start/pause
240 mMediaPlayer.pause();
248 // native MediaPlayer start/pause
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java942 public void pause() { method in class:MediaSessionRecord.SessionCb
946 Slog.e(TAG, "Remote failure in pause.", e);
1156 public void pause() throws RemoteException { method in class:MediaSessionRecord.ControllerStub
1157 mSessionCb.pause();
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.cpp215 // resuming after pause?
276 status_t MidiFile::pause() function in class:android::MidiFile
278 ALOGV("MidiFile::pause");

Completed in 667 milliseconds

12345678