/external/qemu/distrib/sdl-1.2.12/src/cdrom/dc/ |
SDL_syscdrom.c | 55 SDL_CDcaps.Pause = SDL_SYS_CDPause; 130 /* Pause play */
|
/external/webkit/WebKit/android/plugins/ |
ANPSoundInterface.cpp | 128 track->mTrack->pause(); 146 si->pause = ANPTrackPause;
|
/frameworks/base/core/java/android/webkit/ |
HTML5VideoViewProxy.java | 67 private static final int PAUSE = 102; 216 public static void pause(HTML5VideoViewProxy proxy) { method in class:HTML5VideoViewProxy.VideoPlayer 218 mVideoView.pause(); 289 case PAUSE: { 290 VideoPlayer.pause(this); 537 * Pause the playback. 539 public void pause() { method in class:HTML5VideoViewProxy 540 Message message = obtainMessage(PAUSE);
|
JWebCoreJavaBridge.java | 39 // Reference count the pause/resume of timers 129 * Pause all timers. 131 public void pause() { method in class:JWebCoreJavaBridge
|
/frameworks/base/include/media/ |
IAudioTrack.h | 59 /* Pause a track. If set, the callback will cease being called and 63 virtual void pause() = 0;
|
/frameworks/base/media/libmediaplayerservice/ |
TestPlayerStub.h | 85 virtual status_t pause() {return mPlayer->pause();} function in class:android::TestPlayerStub
|
MidiFile.h | 44 virtual status_t pause();
|
VorbisPlayer.h | 51 virtual status_t pause();
|
/frameworks/base/test-runner/src/junit/textui/ |
TestRunner.java | 121 pause(wait); 125 protected void pause(boolean wait) { method in class:TestRunner
|
/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 677 mAction = SmilPlayerAction.PAUSE; 687 mAction = SmilPlayerAction.PAUSE; 701 mAction = SmilPlayerAction.PAUSE;
|
/external/grub/docs/ |
menu.lst | 39 pause Insert the diskette now!!
|
/external/opencore/engines/2way/src/ |
pv_2way_mux_datapath.cpp | 44 //Mux cannot pause
|
/external/qemu/hw/ |
watchdog.h | 34 #define WDT_PAUSE 4 /* Pause. */
|
/external/webkit/WebCore/html/ |
HTMLLabelElement.h | 43 virtual void setActive(bool = true, bool pause = false);
|
/external/webkit/WebCore/manual-tests/inspector/ |
debugger-step-on-for-statements.html | 25 TEST 4: 'Step over' to the statement line and then 'Step over' again. Debugger should pause on
|
/frameworks/base/core/java/android/ddm/ |
DdmRegister.java | 42 * The chunk dispatcher will pause until we call registrationComplete(),
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListRecyclerProfiling.java | 48 ImageButton stopProfiling = (ImageButton) findViewById(R.id.pause);
|
/frameworks/base/include/media/stagefright/ |
AudioPlayer.h | 49 void pause();
|
/packages/apps/Phone/src/com/android/phone/ |
DataUsage.java | 80 mDataUsageListener.pause();
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarLander.java | 98 mLunarThread.pause(); 154 mLunarView.getThread().pause(); // pause game when Activity pauses
|
/external/webkit/WebCore/loader/ |
MediaDocument.cpp | 156 // clicking and double-clicking to pause and play the media. 162 video->pause(event->fromUserGesture()); 191 video->pause(event->fromUserGesture());
|
/external/webkit/WebKit/mac/WebView/ |
WebFramePrivate.h | 103 // Pause a given CSS animation or transition on the target node at a specific time. 104 // If the animation or transition is already paused, it will update its pause time. 109 // Pause a given SVG animation on the target node at a specific time.
|
/frameworks/base/services/java/com/android/server/am/ |
EventLogTags.logtags | 38 # The Activity Manager failed to pause the given activity. 39 30012 am_failed_to_pause (Token|1|5),(Wanting to pause|3),(Currently pausing|3) 40 # Attempting to pause the current activity
|
/packages/apps/Settings/src/com/android/settings/ |
WirelessSettings.java | 158 mAirplaneModeEnabler.pause(); 159 mWifiEnabler.pause(); 160 mBtEnabler.pause();
|
/cts/tests/tests/media/src/android/media/cts/ |
JetPlayerTest.java | 100 method = "pause", 181 method = "pause", 264 assertTrue(mJetPlayer.pause()); 293 assertTrue(mJetPlayer.pause()); 314 assertTrue(mJetPlayer.pause());
|