Searched refs:startRunningLocked (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | BatteryStatsStopwatchTimerTest.java | 45 timer.startRunningLocked(updateTime(clocks, 100)); // start in testCount() 48 timer.startRunningLocked(updateTime(clocks, 110)); // start in testCount() 56 timer.startRunningLocked(updateTime(clocks, 200)); // start in testCount() 61 timer.startRunningLocked(updateTime(clocks, 300)); // start in testCount() 72 timer.startRunningLocked(updateTime(clocks, 400)); // start in testCount() 87 timer.startRunningLocked(updateTime(clocks, 2100)); // start in testCount() 90 timer.startRunningLocked(updateTime(clocks, 2110)); // start in testCount() 98 timer.startRunningLocked(updateTime(clocks, 2200)); // start in testCount() 103 timer.startRunningLocked(updateTime(clocks, 2300)); // start in testCount() 113 timer.startRunningLocked(updateTime(clocks, 2400)); // start in testCount() [all …]
|
D | BatteryStatsDurationTimerTest.java | 52 timer.startRunningLocked(700); in testStartStop() 67 timer.startRunningLocked(12700); in testStartStop() 81 timer.startRunningLocked(27000); in testStartStop() 117 timer.startRunningLocked(700); in testReset() 131 timer.startRunningLocked(24_100); in testReset() 153 timer.startRunningLocked(700); in testResetAndDetach() 184 timer.startRunningLocked(300); in testParceling() 199 summary.startRunningLocked(3100); in testParceling()
|
D | BatteryStatsDualTimerTest.java | 50 timer.startRunningLocked(clocks.realtime); in testResetDetach()
|
D | BatteryStatsServTest.java | 331 serv.startRunningLocked(); in testStartRunningLockedWhileRunning() 360 serv.startRunningLocked(); in testStartRunningLockedWhileNotRunning()
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | BatteryStatsImpl.java | 1185 perStateTimers[mFrequencyRange][mSignalStrength].startRunningLocked( in noteActive() 1206 perStateTimers[frequencyRange][mSignalStrength].startRunningLocked(elapsedRealtimeMs); in noteFrequencyRange() 1222 perStateTimers[mFrequencyRange][signalStrength].startRunningLocked(elapsedRealtimeMs); in noteSignalStrength() 3430 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.DurationTimer 3431 super.startRunningLocked(elapsedRealtimeMs); in startRunningLocked() 3602 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.StopwatchTimer 3801 public void startRunningLocked(long elapsedRealtimeMs) { in startRunningLocked() method in BatteryStatsImpl.DualTimer 3802 super.startRunningLocked(elapsedRealtimeMs); in startRunningLocked() 3803 mSubTimer.startRunningLocked(elapsedRealtimeMs); in startRunningLocked() 5494 mGpsSignalQualityTimer[signalLevel].startRunningLocked(elapsedRealtimeMs); in noteGpsSignalQualityLocked() [all …]
|
/frameworks/base/config/ |
D | boot-profile.txt | 1143 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->startRunningLocked(J)V 1147 Lcom/android/internal/os/BatteryStatsImpl$DurationTimer;->startRunningLocked(J)V 1189 Lcom/android/internal/os/BatteryStatsImpl$DualTimer;->startRunningLocked(J)V
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 3589 stats.startRunningLocked(uptime); in noteServiceStartRunning()
|
/frameworks/base/services/ |
D | art-profile | 3053 HSPLcom/android/server/power/stats/BatteryStatsImpl$DualTimer;->startRunningLocked(J)V+]Lcom/androi… 3059 HSPLcom/android/server/power/stats/BatteryStatsImpl$DurationTimer;->startRunningLocked(J)V+]Lcom/an… 3077 HSPLcom/android/server/power/stats/BatteryStatsImpl$StopwatchTimer;->startRunningLocked(J)V+]Lcom/a… 3094 HSPLcom/android/server/power/stats/BatteryStatsImpl$Uid$Pkg$Serv;->startRunningLocked(J)V+]Lcom/and…
|
D | art-wear-profile | 21888 HPLcom/android/server/power/stats/BatteryStatsImpl$DualTimer;->startRunningLocked(J)V 21896 HPLcom/android/server/power/stats/BatteryStatsImpl$DurationTimer;->startRunningLocked(J)V 21945 HPLcom/android/server/power/stats/BatteryStatsImpl$StopwatchTimer;->startRunningLocked(J)V 21990 HPLcom/android/server/power/stats/BatteryStatsImpl$Uid$Pkg$Serv;->startRunningLocked(J)V
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 72861 Lcom/android/internal/os/BatteryStatsImpl$DualTimer;->startRunningLocked(J)V 72880 Lcom/android/internal/os/BatteryStatsImpl$DurationTimer;->startRunningLocked(J)V 73003 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->startRunningLocked(J)V
|