Searched refs:mAudioTurnedOnTimer (Results 1 – 2 of 2) sorted by relevance
6575 StopwatchTimer mAudioTurnedOnTimer; field in BatteryStatsImpl.Uid7093 if (mAudioTurnedOnTimer == null) { in createAudioTurnedOnTimerLocked()7094 mAudioTurnedOnTimer = new StopwatchTimer(mBsi.mClocks, Uid.this, AUDIO_TURNED_ON, in createAudioTurnedOnTimerLocked()7097 return mAudioTurnedOnTimer; in createAudioTurnedOnTimerLocked()7105 if (mAudioTurnedOnTimer != null) { in noteAudioTurnedOffLocked()7106 mAudioTurnedOnTimer.stopRunningLocked(elapsedRealtimeMs); in noteAudioTurnedOffLocked()7111 if (mAudioTurnedOnTimer != null) { in noteResetAudioLocked()7112 mAudioTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetAudioLocked()7419 return mAudioTurnedOnTimer; in getAudioTurnedOnTimer()7781 active |= !resetIfNotNull(mAudioTurnedOnTimer, false); in reset()[all …]
94691 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mAudioTurnedOnTimer:Lcom/android/internal/os/Batter…