Searched refs:mVideoOnTimer (Results 1 – 2 of 2) sorted by relevance
965 StopwatchTimer mVideoOnTimer; field in BatteryStatsImpl5952 mVideoOnTimer.startRunningLocked(elapsedRealtimeMs); in noteVideoOnLocked()5974 mVideoOnTimer.stopRunningLocked(elapsedRealtimeMs); in noteVideoOffLocked()6010 mVideoOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetVideoLocked()11068 mVideoOnTimer = new StopwatchTimer(mClocks, null, -8, null, mOnBatteryTimeBase); in initTimersAndCounters()11668 mVideoOnTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()16697 mVideoOnTimer = new StopwatchTimer(mClocks, null, -8, null, mOnBatteryTimeBase);
77794 Lcom/android/internal/os/BatteryStatsImpl;->mVideoOnTimer:Lcom/android/internal/os/BatteryStatsImpl…