/packages/apps/Mms/src/com/android/mms/model/ |
VideoModel.java | 109 // if the Music player app is playing audio, we should pause that so it won't 120 action = MediaAction.PAUSE;
|
/packages/apps/Music/src/com/android/music/ |
MediaAppWidgetProvider.java | 32 * with play/pause and next track buttons. 144 // Set correct drawable for pause state
|
MediaPlaybackService.java | 91 public static final String CMDPAUSE = "pause"; 96 public static final String PAUSE_ACTION = "com.android.music.musicservicecommand.pause"; 143 // used to track what type of audio focus loss caused the playback to pause 225 pause(); 231 pause(); 234 pause(); 254 pause(); 262 pause(); 602 pause(); method 608 pause(); method 611 pause(); method 1144 public void pause() { method in class:MediaPlaybackService 1772 public void pause() { method in class:MediaPlaybackService.MultiPlayer 1873 public void pause() { method in class:MediaPlaybackService.ServiceStub [all...] |
/external/opencore/nodes/streaming/streamingmanager/src/ |
pvmf_streaming_manager_node.cpp | 399 OSCL_EXPORT_REF PVMFCommandId PVMFStreamingManagerNode::Pause(PVMFSessionId aSessId, 402 PVMF_SM_LOGSTACKTRACE((0, "PVMFStreamingManagerNode::Pause - In")); 406 PVMF_SM_LOGSTACKTRACE((0, "PVMFStreamingManagerNode::Pause - FSP was not existing")); 411 cmdId = iSMFSPlugin->Pause(aSessId, aContext); 413 PVMF_SM_LOGSTACKTRACE((0, "PVMFStreamingManagerNode::Pause - Out cmdId[%d]", cmdId));
|
/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...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
VideoViewTest.java | 261 method = "pause", 318 // test pause 321 mVideoView.pause();
|
/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/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
logicalchannel.h | 194 // Functions to pause and resume 195 virtual void Pause(); 301 // Functions to pause and resume the output of data from the logical channel to the mux
|
/external/webkit/WebCore/platform/graphics/ |
MediaPlayer.cpp | 69 virtual void pause() { } function in class:WebCore::NullMediaPlayerPrivate 294 void MediaPlayer::pause() function in class:WebCore::MediaPlayer 296 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...] |
/dalvik/vm/mterp/ |
NOTES.txt | 30 code that can pause the thread.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IncomingMessage.java | 100 // after a 100ms delay, vibrate for 250ms, pause for 100 ms and
|
/development/samples/Snake/src/com/example/android/snake/ |
SnakeView.java | 48 public static final int PAUSE = 0; 239 setMode(PAUSE); 273 if (mMode == PAUSE) { 341 if (newMode == PAUSE) {
|
/external/opencore/engines/2way/src/ |
pv_2way_data_channel_datapath.cpp | 46 Pause();
|
/external/opencore/nodes/pvloopbacknode/src/ |
pvmf_loopback_node.cpp | 288 OSCL_EXPORT_REF PVMFCommandId PVMFLoopbackNode::Pause(PVMFSessionId s, const OsclAny* aContext) 290 LOGINFO((0, "PVMFLoopbackNode:Pause")); 553 //Called by the command handler AO to do the node Pause 560 // Pause data source
|
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
pvmf_protocol_engine_common.h | 34 virtual void pause(const bool isFirstCallInPause = true) = 0; 284 virtual void pause(const bool isFirstCallInPause = true) function in class:ProtocolState 479 virtual void pause(const bool isFirstCallInPause = true) function in class:HttpBasedProtocol 481 iCurrState->pause(isFirstCallInPause);
|
/external/qemu/hw/ |
watchdog.c | 83 else if (strcasecmp(p, "pause") == 0)
|
/external/srec/portable/include/ |
pcputimer.h | 57 * useful to pause the timer.
|
ptimer.h | 56 * useful to pause the timer.
|
/external/srec/srec/Nametag/include/ |
SR_NametagDefs.h | 37 * silence from the ends of the utterance, and any long pause between speech chunks, is removed.
|