Searched refs:totalDurationMs (Results 1 – 2 of 2) sorted by relevance
1058 double totalDurationMs = (nextTS - prevTS) / 1000000.0;1060 totalFramesDropped = (int) (totalDurationMs / expectedDurationMs) - 2;
3277 final long totalDurationMs = timer.getTotalDurationMsLocked(rawRealtimeUs / 1000); in dumpTimer() local3279 || totalDurationMs != -1) { in dumpTimer()3290 if (totalDurationMs != -1) { in dumpTimer()3291 proto.write(TimerProto.TOTAL_DURATION_MS, totalDurationMs); in dumpTimer()