Searched defs:pause (Results 1 - 25 of 85) sorted by relevance

1234

/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.cpp47 status_t RemoteDisplay::pause() { function in class:android::RemoteDisplay
48 return mSource->pause();
H A DTestPlayerStub.h88 virtual status_t pause() {return mPlayer->pause();} function in class:android::TestPlayerStub
H A DMidiFile.cpp215 // resuming after pause?
276 status_t MidiFile::pause() function in class:android::MidiFile
278 ALOGV("MidiFile::pause");
H A DStagefrightPlayer.cpp98 return pause(); // what's the difference?
101 status_t StagefrightPlayer::pause() { function in class:android::StagefrightPlayer
102 ALOGV("pause");
104 return mPlayer->pause();
/frameworks/av/media/libmedia/
H A DIRemoteDisplay.cpp38 virtual status_t pause() { function in class:android::BpRemoteDisplay
78 reply->writeInt32(pause());
H A DIAudioTrack.cpp97 virtual void pause() function in class:android::BpAudioTrack
230 pause();
H A DJetPlayer.cpp191 mAudioTrack->pause();
402 int JetPlayer::pause() function in class:android::JetPlayer
/frameworks/av/services/audioflinger/
H A DAudioWatchdog.cpp59 pause();
104 pause();
117 void AudioWatchdog::pause() function in class:android::AudioWatchdog
/frameworks/av/include/media/stagefright/
H A DMediaSource.h104 virtual status_t pause() { function in struct:android::MediaSource
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp75 void MediaPuller::pause() { function in class:android::MediaPuller
/frameworks/base/rs/java/android/renderscript/
H A DRSSurfaceView.java110 * pause the rendering thread.
113 public void pause() { method in class:RSSurfaceView
115 mRS.pause();
H A DRSTextureView.java118 * pause the rendering thread.
121 public void pause() { method in class:RSTextureView
123 mRS.pause();
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DImfBaseTestCase.java104 pause(100);
142 void pause(int millis) { method in class:ImfBaseTestCase
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchView.java95 void suspendRendering(boolean pause) { argument
96 mRender.pause(pause);
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DMediaPlayerProxy.java48 void pause(); method in interface:MediaPlayerProxy
H A DSingleThreadedMediaPlayerProxy.java107 public synchronized void pause() { method in class:SingleThreadedMediaPlayerProxy
108 mDelegate.pause();
/frameworks/av/media/libstagefright/
H A DAMRWriter.cpp149 status_t AMRWriter::pause() { function in class:android::AMRWriter
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp98 status_t TimedTextDriver::pause() { function in class:android::TimedTextDriver
105 mPlayer->pause();
129 mPlayer->pause();
174 mPlayer->pause();
179 mPlayer->pause();
H A DTimedTextPlayer.cpp62 void TimedTextPlayer::pause() { function in class:android::TimedTextPlayer
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.h38 virtual status_t pause() { return OK; } function in class:android::WebmFrameThread
138 status_t pause();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h71 int pause; member in struct:android::BootAnimation::Animation::Part
/frameworks/base/media/java/android/media/
H A DRemoteDisplay.java92 public void pause() { method in class:RemoteDisplay
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModelView.java77 public void pause() { method in class:SimpleModelView
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java904 StateStress(String name, int pause, int iterations, Runnable[] tasks) { argument
906 mPause = pause;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h71 virtual void pause() {} function in struct:android::NuPlayer::Source

Completed in 4489 milliseconds

1234