Searched refs:lastWakeTime (Results 1 – 2 of 2) sorted by relevance
133 long lastWakeTime; // How long proc held wake lock at last check field in ProcessRecord324 pw.print(prefix); pw.print("lastWakeTime="); pw.print(lastWakeTime); in dump()326 TimeUtils.formatDuration(wtime-lastWakeTime, pw); pw.println(""); in dump()
14322 if (r.lastWakeTime != 0) { in dumpProcessOomList()14329 long timeUsed = wtime - r.lastWakeTime; in dumpProcessOomList()18534 long wtimeUsed = wtime - app.lastWakeTime; in checkExcessivePowerUsageLocked()18580 app.lastWakeTime = wtime; in checkExcessivePowerUsageLocked()18701 app.lastWakeTime = stats.getProcessWakeTime(app.info.uid, in applyOomAdjLocked()