Searched refs:totalDurationMs (Results 1 – 3 of 3) sorted by relevance
247 long totalDurationMs; in calculateRemaining() local262 totalDurationMs = idleTimeMs + rxTimeMs + txTimeMs; in calculateRemaining()273 totalDurationMs = stats.getGlobalWifiRunningTime(rawRealtimeUs, statsType) / 1000; in calculateRemaining()275 totalPowerMah = calcGlobalPowerWithoutControllerDataMah(totalDurationMs); in calculateRemaining()279 powerDurationAndTraffic.durationMs = Math.max(0, totalDurationMs - totalAppDurationMs); in calculateRemaining()
1064 double totalDurationMs = (nextTS - prevTS) / 1000000.0;1066 totalFramesDropped = (int) (totalDurationMs / expectedDurationMs) - 2;
3597 final long totalDurationMs = timer.getTotalDurationMsLocked(rawRealtimeUs / 1000); in dumpTimer() local3599 || totalDurationMs != -1) { in dumpTimer()3610 if (totalDurationMs != -1) { in dumpTimer()3611 proto.write(TimerProto.TOTAL_DURATION_MS, totalDurationMs); in dumpTimer()