Searched refs:wtime (Results 1 – 2 of 2) sorted by relevance
275 long wtime; in dump() local277 wtime = mBatteryStats.getProcessWakeTime(info.uid, in dump()280 long timeUsed = wtime - lastWakeTime; in dump()
11638 long wtime; in dumpProcessOomList() local11641 wtime = stats.getProcessWakeTime(r.info.uid, in dumpProcessOomList()11644 long timeUsed = wtime - r.lastWakeTime; in dumpProcessOomList()15180 long wtime; in checkExcessivePowerUsageLocked() local15182 wtime = stats.getProcessWakeTime(app.info.uid, in checkExcessivePowerUsageLocked()15185 long wtimeUsed = wtime - app.lastWakeTime; in checkExcessivePowerUsageLocked()15233 app.lastWakeTime = wtime; in checkExcessivePowerUsageLocked()