Home
last modified time | relevance | path

Searched refs:totalDurationMs (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/
DWifiPowerCalculator.java264 long totalDurationMs; in calculateRemaining() local
279 totalDurationMs = idleTimeMs + rxTimeMs + txTimeMs; in calculateRemaining()
290 totalDurationMs = stats.getGlobalWifiRunningTime(rawRealtimeUs, statsType) / 1000; in calculateRemaining()
292 totalPowerMah = calcGlobalPowerWithoutControllerDataMah(totalDurationMs); in calculateRemaining()
296 powerDurationAndTraffic.durationMs = Math.max(0, totalDurationMs - totalAppDurationMs); in calculateRemaining()
DBluetoothPowerCalculator.java53 public long totalDurationMs; field in BluetoothPowerCalculator.PowerAndDuration
105 powerAndDuration.durationMs - powerAndDuration.totalDurationMs); in calculate()
122 powerAndDuration.totalDurationMs) in calculate()
145 powerAndDuration.totalDurationMs += powerAndDuration.durationMs; in calculateApp()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java1064 double totalDurationMs = (nextTS - prevTS) / 1000000.0;
1066 totalFramesDropped = (int) (totalDurationMs / expectedDurationMs) - 2;
/frameworks/base/core/java/android/os/
DBatteryStats.java4023 final long totalDurationMs = timer.getTotalDurationMsLocked(rawRealtimeUs / 1000); in dumpTimer() local
4025 || totalDurationMs != -1) { in dumpTimer()
4036 if (totalDurationMs != -1) { in dumpTimer()
4037 proto.write(TimerProto.TOTAL_DURATION_MS, totalDurationMs); in dumpTimer()