Searched refs:NANOS_PER_SEC (Results 1 – 6 of 6) sorted by relevance
406 static_cast<float>(elapsed) / NANOS_PER_SEC, pid); in RunCommandToFd()408 static_cast<float>(elapsed) / NANOS_PER_SEC, pid); in RunCommandToFd()412 static_cast<float>(elapsed) / NANOS_PER_SEC, pid); in RunCommandToFd()414 static_cast<float>(elapsed) / NANOS_PER_SEC, pid); in RunCommandToFd()
51 const uint64_t NANOS_PER_SEC = 1000000000; variable
45 return static_cast<uint64_t>(ts.tv_sec * NANOS_PER_SEC + ts.tv_nsec); in Nanotime()
2366 (float)(Nanotime() - start) / NANOS_PER_SEC); in DumpTraces()2377 pid, (float)(Nanotime() - start) / NANOS_PER_SEC); in DumpTraces()3815 float elapsed = (float)(Nanotime() - started_) / NANOS_PER_SEC; in ~DurationReporter()
163 const uint64_t NANOS_PER_SEC = 1000000000; variable167 return static_cast<uint64_t>(ts.tv_sec * NANOS_PER_SEC + ts.tv_nsec); in Nanotime()
436 private static final long NANOS_PER_SEC = 1000000000; field in ViewRootImpl5180 long fps = NANOS_PER_SEC / timeDiff; in collectFrameRateDecisionMetrics()