Searched refs:mcTimer (Results 1 – 1 of 1) sorted by relevance
4065 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpCheckinLocked() local4066 if (mcTimer != null) { in dumpCheckinLocked()4068 mcTimer.getTotalTimeLocked(rawRealtime, which) / 1000 ; in dumpCheckinLocked()4069 final int countMcWakelock = mcTimer.getCountLocked(which); in dumpCheckinLocked()5654 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpLocked() local5655 if (mcTimer != null) { in dumpLocked()5656 … final long multicastWakeLockTimeMicros = mcTimer.getTotalTimeLocked(rawRealtime, which); in dumpLocked()5657 final int multicastWakeLockCount = mcTimer.getCountLocked(which); in dumpLocked()