Searched defs:pause (Results 1 - 25 of 67) sorted by last modified time

123

/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp151 void GenericPlayer::pause() { function in class:android::GenericPlayer
152 SL_LOGD("GenericPlayer::pause()");
/frameworks/rs/
H A DrsContext.cpp561 void Context::pause() { function in class:Context
737 rsc->pause();
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DMediaPlayerProxy.java47 void pause(); method in interface:MediaPlayerProxy
H A DSingleThreadedMediaPlayerProxy.java102 public synchronized void pause() { method in class:SingleThreadedMediaPlayerProxy
103 mDelegate.pause();
H A DVariableSpeed.java364 public void pause() { method in class:VariableSpeed
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModelView.java77 public void pause() { method in class:SimpleModelView
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java269 public void pause(boolean pause) { argument
270 mScript.set_gPauseRendering(pause);
H A DRsBenchView.java95 void suspendRendering(boolean pause) { argument
96 mRender.pause(pause);
/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/base/services/java/com/android/server/am/
H A DDeviceMonitor.java71 pause();
192 private void pause() { method in class:DeviceMonitor
/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/media/tests/players/
H A Dinvoke_mock_media_player.cpp77 virtual status_t pause() {return OK;} function in class:__anon41::Player
/frameworks/base/graphics/java/android/renderscript/
H A DRSSurfaceView.java117 * pause the rendering thread.
120 public void pause() { method in class:RSSurfaceView
122 mRS.pause();
H A DRSTextureView.java124 * pause the rendering thread.
127 public void pause() { method in class:RSTextureView
129 mRS.pause();
H A DRenderScriptGL.java264 public void pause() { method in class:RenderScriptGL
/frameworks/base/media/java/android/media/
H A DAudioTrack.java896 * {@link #pause()}, followed by {@link #flush()} to discard audio data that hasn't been played
920 public void pause() method in class:AudioTrack
923 throw(new IllegalStateException("pause() called on uninitialized AudioTrack."));
925 //logd("pause()");
927 // pause playback
H A DJetPlayer.java255 public boolean pause() { method in class:JetPlayer
526 * Callback for when JET pause state is updated.
H A DMediaPlayer.java96 * {@link #setVolume(float, float)}, {@link #pause()}, {@link #start()},
212 * can be adjusted. Playback can be paused via {@link #pause()}. When the call to
213 * {@link #pause()} returns, the MediaPlayer object enters the
225 * <li>Calling {@link #pause()} has no effect on
330 * <tr><td>pause </p></td>
1049 public void pause() throws IllegalStateException { method in class:MediaPlayer
H A DSoundPool.java296 public native final void pause(int streamID); method in class:SoundPool
/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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java117 mp.pause();
182 Log.v(TAG, "pause");
183 //Bug# 1106852 - IllegalStateException will be thrown if pause is called
185 //mp.pause();
201 public static boolean pause(String filePath) throws Exception { method in class:CodecTest
202 Log.v(TAG, "pause - " + filePath);
214 mp.pause();
219 Log.v(TAG, filePath + " pause currentPositon " + curPosition);
244 mp.pause();
341 mp.pause();
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp172 status_t ARTPWriter::pause() { function in class:android::ARTPWriter
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp95 status_t TimedTextDriver::pause() { function in class:android::TimedTextDriver
102 mPlayer->pause();
126 mPlayer->pause();
171 mPlayer->pause();
176 mPlayer->pause();
H A DTimedTextPlayer.cpp61 void TimedTextPlayer::pause() { function in class:android::TimedTextPlayer

Completed in 1487 milliseconds

123