Searched refs:wtime (Results 1 – 2 of 2) sorted by relevance
206 long wtime; in dump() local208 wtime = batteryStats.getBatteryStats().getProcessWakeTime(info.uid, in dump()211 long timeUsed = wtime - lastWakeTime; in dump()
9081 long wtime; in dumpProcessOomList() local9084 wtime = stats.getProcessWakeTime(r.info.uid, in dumpProcessOomList()9087 long timeUsed = wtime - r.lastWakeTime; in dumpProcessOomList()13563 long wtime; in checkExcessivePowerUsageLocked() local13565 wtime = stats.getProcessWakeTime(app.info.uid, in checkExcessivePowerUsageLocked()13568 long wtimeUsed = wtime - app.lastWakeTime; in checkExcessivePowerUsageLocked()13622 app.lastWakeTime = wtime; in checkExcessivePowerUsageLocked()