/packages/apps/Phone/src/com/android/phone/ |
PhoneInterfaceManager.java | 263 // If the phone isn't idle then go to the in-call screen 380 return (mPhone.getState() == Phone.State.IDLE);
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageSummary.java | 489 addEntry(getString(R.string.power_idle), DrainType.IDLE, idleTimeMs, 544 addIdleUsage(uSecNow); // Not including cellular idle power
|
/packages/experimental/procstatlog/ |
procstatreport.py | 183 idle = sum([int(next[x]) - int(last[x]) for x in [3, 4]]) 184 all = stime + utime + idle
|
/system/core/nexus/ |
WifiController.cpp | 212 if (mSupplicantState != SupplicantState::IDLE) { 311 case SupplicantState::IDLE:
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/ |
measurementMgrSM.c | 317 /* IDLE State Actions */ 470 * Called when the SM is in an idle state and we receive a new measurement frame. [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/EventMbox/ |
eventMbox.c | 566 * The order of the states is always the same: IDLE --> READ_BUF --> ACK_EVENT 568 * In the Synch case (SDIO) we are looping in the while-loop till we return to IDLE, and we return
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/FwEvent/ |
FwEvent.c | 491 * RETURNS: OK - if in Idle NOK - else 525 ("FwEvent() entering SM not in Idle !!! state: %d\n", [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Result/ |
txResult.c | 230 * DESCRIPTION: main SM of the module.called in IDLE state by txResult_TxCmpltIntrCB() on 237 * IDLE -> READING -> WRITING1 -> WRITING2 -> EXIT
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/ |
ScanSrv.c | 300 /* sanity check - scan can only start if the scan SRV is idle */ 678 WLAN_OS_REPORT((" IDLE\n"));
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
ScanSrv.c | 317 /* sanity check - scan can only start if the scan SRV is idle */ 719 WLAN_OS_REPORT((" IDLE\n"));
|
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
measurementMgrSM.c | 309 /* IDLE State Actions */ 454 * Called when the SM is in an idle state and we receive a new measurement frame. [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
txDataQueue.c | 610 /* Increment the idle iterations counter */ 655 /* If we reach this point, a packet was sent successfully so reset the idle iterations counter. */
|
/external/v8/ |
ChangeLog | 323 Changed the handling of idle notifications to allow idle 337 Changed the handling of idle notifications. 389 Added idle notification to the API and reduced memory on idle [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/ |
roamingMngr.c | 440 /* next state and actions for IDLE state */ [all...] |
/external/qemu/ |
vl-android.c | 1064 When the guest is idle real and virtual time will be aligned in 1117 Realtime triggers occur even when idle, so use them less frequently 3498 int idle; member in struct:QEMUBH [all...] |
vl.c | 969 When the guest is idle real and virtual time will be aligned in 1022 Realtime triggers occur even when idle, so use them less frequently 3369 int idle; member in struct:QEMUBH [all...] |
CHANGES.TXT | 469 emulated system is idle. this is a known issue related to QEMU's internal 565 emulated system is idle. this is a known issue related to QEMU's internal 775 emulated system is idle. this is a known issue related to QEMU's internal [all...] |
/external/opencore/nodes/pvomxencnode/src/ |
pvmf_omx_enc_node.cpp | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
AmrEncTest.c | [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEnc_Utils.c | [all...] |
/external/netperf/ |
nettest_dlpi.c | 430 /* value of the idle counter for later use in measuring cpu */ 555 /* there was no idle counter in the kernel(s). We need to make */ [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_Utils.c | 664 OMX_PRINT1(pComponentPrivate->dbg, ": HandleCommand: Cmd Idle \n"); [all...] |
/external/kernel-headers/original/linux/ |
sched.h | 191 extern void init_idle(struct task_struct *idle, int cpu); 618 #define SD_BALANCE_NEWIDLE 2 /* Balance when about to become idle */ 621 #define SD_WAKE_IDLE 16 /* Wake to idle CPU on task wakeup */ [all...] |
/external/ppp/pppd/ |
options.c | 102 int idle_time_limit = 0; /* Disconnect if idle for this many seconds */ 206 { "idle", o_int, &idle_time_limit, 207 "Set time in seconds before disconnecting idle link", OPT_PRIO }, [all...] |
/external/quake/quake/src/QW/server/ |
sv_main.c | 1235 svs.stats.idle += start - end; 1279 svs.stats.latched_idle = svs.stats.idle; 1282 svs.stats.idle = 0; [all...] |