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

1 2 3 4 56 7 8 91011>>

  /external/webkit/WebKit/android/
RenderSkinMediaButton.cpp 49 { "ic_media_pause.png", 0, 0}, // PAUSE
106 case PAUSE:
  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 194 private void pause() { method in class:HTML5Audio
199 mMediaPlayer.pause();
  /frameworks/base/graphics/java/android/renderscript/
RSSurfaceView.java 103 * pause the rendering thread.
108 mRS.pause();
  /frameworks/base/include/media/
MediaPlayerInterface.h 94 virtual void pause() = 0;
113 virtual status_t pause() = 0;
  /frameworks/base/media/jni/soundpool/
SoundPool.h 130 void pause();
172 void pause(int channelID);
  /frameworks/base/services/java/com/android/server/am/
DeviceMonitor.java 70 pause(); method
188 private void pause() { method in class:DeviceMonitor
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 104 pause(100);
142 void pause(int millis) { method in class:ImfBaseTestCase
  /libcore/luni/src/test/java/com/google/coretests/
StatTestRunner.java 150 pause(wait);
154 protected void pause(boolean wait) { method in class:StatTestRunner
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 61 PAUSE,
276 return mAction == SmilPlayerAction.PAUSE;
320 public synchronized void pause() { method in class:SmilPlayer
322 mAction = SmilPlayerAction.PAUSE;
482 Log.v(TAG, "[PAUSE] " + " at " + mCurrentTime
684 mAction = SmilPlayerAction.PAUSE;
694 mAction = SmilPlayerAction.PAUSE;
708 mAction = SmilPlayerAction.PAUSE;
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 139 // if the Music player app is playing audio, we should pause that so it won't
145 action = MediaAction.PAUSE;
VideoModel.java 129 // if the Music player app is playing audio, we should pause that so it won't
140 action = MediaAction.PAUSE;
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 32 * with play/pause and next track buttons.
151 // Set correct drawable for pause state
MediaPlaybackService.java 88 public static final String CMDPAUSE = "pause";
93 public static final String PAUSE_ACTION = "com.android.music.musicservicecommand.pause";
142 // used to track what type of audio focus loss caused the playback to pause
211 pause();
222 pause();
259 pause();
265 pause();
268 pause();
617 pause(); method
623 pause(); method
626 pause(); method
1141 public void pause() { method in class:MediaPlaybackService
1800 public void pause() { method in class:MediaPlaybackService.MultiPlayer
1899 public void pause() { method in class:MediaPlaybackService.ServiceStub
    [all...]
  /prebuilt/linux-x86/toolchain/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
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 206 void MediaPlayerPrivate::pause() function in class:WebCore::MediaPlayerPrivate
208 LOG(Media, "MediaPlayerPrivatePhonon::pause()");
209 m_mediaObject->pause();
328 m_mediaObject->pause();
340 m_mediaObject->pause();
  /frameworks/base/core/java/android/net/http/
Request.java 144 * @param pause True if the load should be paused.
146 synchronized void setLoadingPaused(boolean pause) {
147 mLoadingPaused = pause;
373 // pause the load.
442 * Pause thread request completes. Used for synchronous requests,
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 190 /** The state of the game. One of READY, RUNNING, PAUSE, LOSE, or WIN */
314 public void pause() { method in class:LunarView.LunarThread
518 * Resumes from a pause.
569 // up -> pause
571 pause(); method
835 * Standard window-focus override. Notice focus lost so we can pause on
840 if (!hasWindowFocus) thread.pause();
    [all...]
  /external/webkit/WebCore/bindings/objc/
DOMCSS.mm 1020 - (NSString *)pause
1022 return [self getPropertyValue:@"pause"];
1025 - (void)setPause:(NSString *)pause
1027 [self setProperty:@"pause" value:pause priority:@""];
1032 return [self getPropertyValue:@"pause-after"];
1037 [self setProperty:@"pause-after" value:pauseAfter priority:@""];
1042 return [self getPropertyValue:@"pause-before"];
1047 [self setProperty:@"pause-before" value:pauseBefore priority:@""];
  /external/webkit/WebCore/inspector/front-end/
ScriptsPanel.js 74 this.pauseButton.id = "scripts-pause";
75 this.pauseButton.title = WebInspector.UIString("Pause script execution.");
157 this.pauseOnExceptionButton = new WebInspector.StatusBarButton("", "scripts-pause-on-exceptions-status-bar-item", 3);
809 this.pauseOnExceptionButton.title = WebInspector.UIString("Don't pause on exceptions.\nClick to Pause on all exceptions.");
811 this.pauseOnExceptionButton.title = WebInspector.UIString("Pause on all exceptions.\nClick to Pause on uncaught exceptions.");
813 this.pauseOnExceptionButton.title = WebInspector.UIString("Pause on uncaught exceptions.\nClick to Not pause on exceptions.");
    [all...]
  /external/kernel-headers/original/linux/
qic117.h 131 /* 3*/ {"pause", 0x36, 0x24, motion, 1, required},\
132 /* 4*/ {"micro step pause", 0x36, 0x24, motion, 1, required},\
268 /*24*/ { "Data Segment Too Long -- Logical Forward or Pause", 1, },\
  /external/libvpx/examples/includes/geshi/geshi/
css.php 86 'page-break-inside', 'pause-after', 'pause-before', 'pause',
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.cpp 69 virtual void pause() { } function in class:WebCore::NullMediaPlayerPrivate
297 void MediaPlayer::pause() function in class:WebCore::MediaPlayer
299 m_private->pause();
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 369 enum Action { Remove, Pause };
377 double timeOffset; // only used for pause
382 // Map of keyframe names to their associated lists of animations for running animations, so we can remove/pause them.
  /external/webkit/WebKit/chromium/src/js/
Tests.js 629 * Tests that pause on exception works.
641 // Make sure pause on exceptions is on.
662 // Tests that debugger works correctly if pause event occurs when DevTools
705 // Tests that pressing "Pause" will pause script execution if the script
726 // The script should be in infinite loop. Click "Pause" button to
727 // pause it and wait for the result.
1012 test.fail("Script execution should not pause on syntax error.");
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 201 mNamePreference.pause();
202 mDiscoverableEnabler.pause();
203 mEnabler.pause();

Completed in 1279 milliseconds

1 2 3 4 56 7 8 91011>>