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

1234

/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.cpp48 status_t RemoteDisplay::pause() { function in class:android::RemoteDisplay
49 return mSource->pause();
H A DTestPlayerStub.h88 virtual status_t pause() {return mPlayer->pause();} function in class:android::TestPlayerStub
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.cpp193 mAudioTrack->pause();
393 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/av/media/libstagefright/
H A DAMRWriter.cpp136 status_t AMRWriter::pause() { function in class:android::AMRWriter
H A DAACWriter.cpp141 status_t AACWriter::pause() { function in class:android::AACWriter
/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.java95 public void pause() { method in class:RemoteDisplay
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp83 virtual status_t pause() { return OK; } function in class:__anon1050::Player
/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.java911 StateStress(String name, int pause, int iterations, Runnable[] tasks) { argument
913 mPause = pause;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h72 virtual void pause() {} function in struct:android::NuPlayer::Source
/frameworks/base/core/java/android/animation/
H A DAnimator.java35 * The set of listeners to be sent pause/resume events through the life
106 public void pause() { method in class:Animator
126 * @see #pause()
149 * @see #pause()
272 * Adds a pause listener to this animator.
274 * @param listener the listener to be added to the current set of pause listeners
285 * Removes a pause listener from the set listening to this animation.
287 * @param listener the listener to be removed from the current set of pause
478 * A pause listener receives notifications from an animation when the
479 * animation is {@link #pause() pause
[all...]

Completed in 540 milliseconds

1234