Searched refs:idle (Results 1 - 8 of 8) sorted by relevance

/system/extras/tests/workloads/
H A Dchromefling.sh101 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
114 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
H A Drecentfling.sh107 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
120 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
H A Dpwrtest.sh262 echo Test 1 : measure idle power for $idleTime minutes
263 run_test idle $idleTime
267 run_test idle-airplane $idleTime
273 powerOutput="idle-power.out"
274 displayPowerOutput="idle-display-power.out"
275 airplanePowerOutput="idle-airplane-power.out"
276 airplaneDisplayPowerOutput="idle-airplane-display-power.out"
285 tests="$tests idle"
H A Dpwrsummary.sh170 (idle)
206 defaultPowerFile="idle-display-power.out"
210 powerFile="idle-airplane-display-power.out"
/system/extras/perfprofd/
H A Dperfprofdcore.cc410 long unsigned idle[2]; local
416 if (!postprocess_proc_stat_contents(contents, &idle[iter], &busy[iter])) {
423 long unsigned total_delta = (idle[1] + busy[1]) - (idle[0] + busy[0]);
/system/tpm/trunks/ftdi/
H A Dmpsse.h206 void SetCSIdle(struct mpsse_context* mpsse, int idle);
H A Dmpsse.c274 /* Clock and chip select pins idle high; all others are low */
322 /* Even though we idle low in this mode, we need to keep the clock line
351 /* In I2C, both the clock and the data lines idle high */
357 * high - set data line low here, so the transition to the idle state
376 /* Set the idle pin states */
553 * Sets the idle state of the chip select pin. CS idles high by default.
556 * @idle - Set to 1 to idle high, 0 to idle low.
560 void SetCSIdle(struct mpsse_context* mpsse, int idle) { argument
[all...]
/system/core/adb/
H A Dtest_device.py334 uptime, idle = elements
336 self.assertGreater(float(idle), 0.0)

Completed in 3292 milliseconds