Searched refs:totalDrawWakelock (Results 1 – 1 of 1) sorted by relevance
5687 long totalDrawWakelock = 0; in dumpLocked()5718 totalDrawWakelock += computeWakeLock(wl.getWakeTime(WAKE_TYPE_DRAW), in dumpLocked()5780 if (totalDrawWakelock != 0) { in dumpLocked()5785 formatTimeMs(sb, totalDrawWakelock); in dumpLocked() argument