HomeSort by relevance Sort by last modified time
    Searched refs:wakeups (Results 1 - 3 of 3) sorted by null

  /system/core/healthd/
healthd.cpp 252 unsigned long long wakeups; local
254 if (read(wakealarm_fd, &wakeups, sizeof(wakeups)) == -1) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
perf-record.c 59 int err = -1, errs = 0, i, wakeups = 0; local
280 if (++wakeups > 5) {
  /frameworks/base/core/java/android/os/
BatteryStats.java 2317 int wakeups = ps.getWakeups(which); local
3378 int wakeups = ps.getWakeups(which); local
    [all...]

Completed in 1113 milliseconds