HomeSort by relevance Sort by last modified time
    Searched refs:pause (Results 126 - 150 of 476) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModel.java 69 mView.pause();
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestApp.java 70 mView.pause();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 164 * toggle pause; optional
166 int (*pause)(snd_pcm_ioplug_t *io, int enable); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 164 * toggle pause; optional
166 int (*pause)(snd_pcm_ioplug_t *io, int enable); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 164 * toggle pause; optional
166 int (*pause)(snd_pcm_ioplug_t *io, int enable); member in struct:snd_pcm_ioplug_callback
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 108 assertTrue(mJetPlayer.pause());
137 assertTrue(mJetPlayer.pause());
158 assertTrue(mJetPlayer.pause());
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 156 return pause();
159 status_t NuPlayerDriver::pause() { function in class:android::NuPlayerDriver
166 mPlayer->pause();
  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 268 if (mState != ERROR && mMediaPlayer.isPlaying()) pause(); method
300 private void pause() { method in class:HTML5Audio
305 mMediaPlayer.pause();
HTML5VideoView.java 84 public void pause() { method in class:HTML5VideoView
86 mPlayer.pause();
290 // Pause the play and update the play/pause button
292 pause(); method
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 182 mOrientationManager.pause();
186 getStateManager().pause();
187 getDataManager().pause();
  /packages/apps/Settings/src/com/android/settings/
WirelessSettings.java 214 mAirplaneModeEnabler.pause();
216 mNfcEnabler.pause();
219 mNsdEnabler.pause();
  /external/v8/benchmarks/spinning-balls/
v.js 362 function updateStats(pause) {
364 if (pause > 20) {
365 sumOfSquaredPauses += (pause - 20) * (pause - 20);
367 pauseDistribution[Math.floor(pause / 10)] |= 0;
368 pauseDistribution[Math.floor(pause / 10)]++;
406 var pause = renderingEndTime - renderingStartTime;
407 pausePlot.addPause(pause);
412 updateStats(pause);
416 pause + "(max = " + pausePlot.maxPause + ") ms "
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp 107 return pause();
110 status_t VideoEditorPlayer::pause() { function in class:android::VideoEditorPlayer
111 ALOGV("pause");
112 return mPlayer->pause();
516 void VideoEditorPlayer::VeAudioOutput::pause() { function in class:android::VideoEditorPlayer::VeAudioOutput
518 ALOGV("VeAudioOutput::pause");
519 if (mTrack) mTrack->pause();
  /packages/apps/Music/src/com/android/music/
AudioPreview.java 266 mPlayer.pause();
272 mPlayer.pause();
356 mPlayer.pause();
391 mPlayer.pause();
403 mPlayer.pause();
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 269 public void pause(boolean pause) { method in class:RsBenchRS
270 mScript.set_gPauseRendering(pause);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 273 mSmilPlayer.pause();
325 * pause command, it expects subsequent calls to {@link #isPlaying()} to return the right
326 * value immediately. However, the SmilPlayer executes play and pause asynchronously, so
355 public void pause() { method in class:SlideshowActivity.SmilPlayerController
356 mPlayer.pause();
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
SoundTrack.java 138 audioNode.pause();
  /external/libvpx/vp8/common/
threading.h 63 #define pause(voidpara) __asm PAUSE macro
  /external/valgrind/main/none/tests/
async-sigs.c 95 pause();
  /external/webkit/Source/WebCore/bindings/js/
ScriptDebugServer.cpp 141 void ScriptDebugServer::setPauseOnExceptionsState(PauseOnExceptionsState pause)
143 m_pauseOnExceptionsState = pause;
146 void ScriptDebugServer::setPauseOnNextStatement(bool pause)
148 m_pauseOnNextStatement = pause;
  /external/webkit/Source/WebCore/dom/
ContainerNode.h 65 virtual void setActive(bool active = true, bool pause = false);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 63 void pause();
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 256 void MediaPlayerPrivatePhonon::pause() function in class:WebCore::MediaPlayerPrivatePhonon
258 LOG(Media, "MediaPlayerPrivatePhonon::pause()");
259 m_mediaObject->pause();
378 m_mediaObject->pause();
390 m_mediaObject->pause();
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 92 void pause();
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 90 virtual void pause();

Completed in 615 milliseconds

1 2 3 4 56 7 8 91011>>