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