Searched refs:mAudioTurnedOnTimer (Results 1 – 2 of 2) sorted by relevance
6588 StopwatchTimer mAudioTurnedOnTimer; field in BatteryStatsImpl.Uid7106 if (mAudioTurnedOnTimer == null) { in createAudioTurnedOnTimerLocked()7107 mAudioTurnedOnTimer = new StopwatchTimer(mBsi.mClocks, Uid.this, AUDIO_TURNED_ON, in createAudioTurnedOnTimerLocked()7110 return mAudioTurnedOnTimer; in createAudioTurnedOnTimerLocked()7118 if (mAudioTurnedOnTimer != null) { in noteAudioTurnedOffLocked()7119 mAudioTurnedOnTimer.stopRunningLocked(elapsedRealtimeMs); in noteAudioTurnedOffLocked()7124 if (mAudioTurnedOnTimer != null) { in noteResetAudioLocked()7125 mAudioTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetAudioLocked()7432 return mAudioTurnedOnTimer; in getAudioTurnedOnTimer()7794 active |= !resetIfNotNull(mAudioTurnedOnTimer, false); in reset()[all …]
88329 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mAudioTurnedOnTimer:Lcom/android/internal/os/Batter…