Searched refs:totalDurationMs (Results 1 – 4 of 4) sorted by relevance
264 long totalDurationMs; in calculateRemaining() local279 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()
53 public long totalDurationMs; field in BluetoothPowerCalculator.PowerAndDuration105 powerAndDuration.durationMs - powerAndDuration.totalDurationMs); in calculate()122 powerAndDuration.totalDurationMs) in calculate()145 powerAndDuration.totalDurationMs += powerAndDuration.durationMs; in calculateApp()
1064 double totalDurationMs = (nextTS - prevTS) / 1000000.0;1066 totalFramesDropped = (int) (totalDurationMs / expectedDurationMs) - 2;
4023 final long totalDurationMs = timer.getTotalDurationMsLocked(rawRealtimeUs / 1000); in dumpTimer() local4025 || totalDurationMs != -1) { in dumpTimer()4036 if (totalDurationMs != -1) { in dumpTimer()4037 proto.write(TimerProto.TOTAL_DURATION_MS, totalDurationMs); in dumpTimer()