Searched refs:lastWakeTime (Results 1 – 2 of 2) sorted by relevance
123 long lastWakeTime; // How long proc held wake lock at last check field in ProcessRecord308 pw.print(prefix); pw.print("lastWakeTime="); pw.print(lastWakeTime); in dump()310 TimeUtils.formatDuration(wtime-lastWakeTime, pw); pw.println(""); in dump()
13768 if (r.lastWakeTime != 0) { in dumpProcessOomList()13775 long timeUsed = wtime - r.lastWakeTime; in dumpProcessOomList()17814 long wtimeUsed = wtime - app.lastWakeTime; in checkExcessivePowerUsageLocked()17860 app.lastWakeTime = wtime; in checkExcessivePowerUsageLocked()17983 app.lastWakeTime = stats.getProcessWakeTime(app.info.uid, in applyOomAdjLocked()