/external/webkit/WebCore/platform/graphics/wince/ |
MediaPlayerProxy.h | 39 Idle,
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerStateErrors.java | 22 IDLE,
|
MediaPlayerGetCurrentPositionStateUnitTest.java | 32 * {Idle, Initialized, Prepared, Started, Paused, Stopped, PlaybackCompleted}.
|
MediaPlayerGetDurationStateUnitTest.java | 34 * {Idle, Initialized, Error}
|
MediaPlayerGetVideoHeightStateUnitTest.java | 32 * {Idle, Initialized, Prepared, Started, Paused, Stopped, PlaybackCompleted}.
|
MediaPlayerGetVideoWidthStateUnitTest.java | 32 * {Idle, Initialized, Prepared, Started, Paused, Stopped, PlaybackCompleted}.
|
MediaPlayerIsPlayingStateUnitTest.java | 32 * {Idle, Initialized, Prepared, Started, Paused, Stopped, PlaybackCompleted}.
|
MediaPlayerPauseStateUnitTest.java | 34 * {Idle, Initialized, Prepared, Stopped, PlaybackCompleted, Error}
|
MediaPlayerResetStateUnitTest.java | 32 * {Idle, Initialized, Prepared, Started, Paused, Stopped, PlaybackCompleted}.
|
/frameworks/base/services/java/com/android/server/am/ |
BroadcastRecord.java | 60 static final int IDLE = 0; 135 case IDLE: stateStr=" (IDLE)"; break; 174 state = IDLE;
|
/frameworks/base/test-runner/src/android/test/ |
LaunchPerformanceBase.java | 51 * Launches intent, and waits for idle before returning.
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactPresenceIconUtil.java | 36 case StatusUpdates.IDLE:
|
/system/core/nexus/ |
SupplicantState.h | 31 static const int IDLE = 8;
|
/external/bluetooth/glib/gio/ |
gunixinputstream.c | 475 /* Complete immediately, not in idle, since we're already in a mainloop callout */ 613 /* Complete immediately, not in idle, since we're already in a mainloop callout */ 627 GSource *idle; local 636 idle = g_idle_source_new (); 637 g_source_set_callback (idle, (GSourceFunc)close_async_cb, data, close_async_data_free); 638 g_source_attach (idle, NULL); 639 g_source_unref (idle);
|
gunixoutputstream.c | 462 /* Complete immediately, not in idle, since we're already in a mainloop callout */ 569 /* Complete immediately, not in idle, since we're already in a mainloop callout */ 583 GSource *idle; local 592 idle = g_idle_source_new (); 593 g_source_set_callback (idle, (GSourceFunc)close_async_cb, data, g_free); 594 g_source_attach (idle, NULL); 595 g_source_unref (idle);
|
/frameworks/base/services/java/com/android/server/ |
WifiWatchdogService.java | 97 private WatchdogState mState = WatchdogState.IDLE; 501 // This access point does not require a watchdog, so queue idle on the main thread 502 mHandler.idle(); 530 // Queue the action to go idle 531 mHandler.idle(); 661 // Set various state to that when being idle 725 // We're satisfied with this AP, so go idle 889 * Set the state as if we were idle (don't come out of sleep, only 896 * Handles going idle. Idle means we are satisfied with the current state o 1038 void idle() { method in class:WifiWatchdogService.WifiWatchdogHandler [all...] |
/frameworks/base/media/libstagefright/omx/tests/ |
OMXHarness.cpp | 301 // Initiate transition Loaded->Idle 303 EXPECT_SUCCESS(err, "sendCommand(go-to-Idle)"); 307 // Make sure node doesn't just transition to idle before we are done 310 "Component must not transition from loaded to idle before " 331 "Component did not properly transition to idle state " 334 // Initiate transition Idle->Executing 344 "Component did not properly transition from idle to " 379 // Initiate transition Executing->Idle 381 EXPECT_SUCCESS(err, "sendCommand(go-to-Idle)"); 391 "idle state.") [all...] |
/external/bluetooth/hcidump/parser/ |
hidp.c | 55 return "Get idle"; 57 return "Set idle";
|
/external/iproute2/man/man8/ |
tc-cbq.8 | 65 idle time calculations based on the timing of dequeue events and 70 be idle 90% of the time. If it isn't, it needs to be throttled so that it 71 IS idle 90% of the time. 78 The calculated idle time is subtracted from the EWMA measured one, 86 Conversely, an idle link might amass a huge avgidle, which would then 173 To determine the idle time, CBQ must know the bandwidth of your underlying 186 When CBQ needs to measure the average idle time, it does so using an 252 idle time, and pass 1 packet. However, Unix kernels generally have a
|
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
sdspi.h | 64 #define SPI_RSP_IDLE_M BITFIELD_MASK(1) /* Bit [0] - In idle state */ 70 #define SDSPI_IDLE_PAD 0xFF /* SD-SPI idle value for MOSI */
|
/external/netperf/ |
netcpu_perfstat.c | 43 idle. The rate at which this increments during a test is compared 107 res[i] = per_cpu_pointer->idle; 189 firstcnt[j] = per_cpu_pointer->idle; 231 secondcnt[j] = per_cpu_pointer->idle;
|
netcpu_pstat.c | 34 idle. The rate at which this increments during a test is compared 61 /* get the idle sycle counter for each processor */ 94 count how high the idle counter gets each time. Return the measured 140 /* get the idle sycle counter for each processor */
|
netcpu_sysctl.c | 90 /* calibrate_sysctl - perform the idle rate calculation using the
|
/external/webkit/WebCore/loader/appcache/ |
DOMApplicationCache.idl | 35 const unsigned short IDLE = 1;
|
/frameworks/base/core/java/android/os/ |
MessageQueue.java | 48 * wait for more. Return true to keep your idle handler active, false 78 * in the idle list, nothing is done. 109 // if there are any idle handlers let them know. 129 // While calling an idle handler, a new message could have been
|