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