Searched refs:steadyClockTimeNs (Results 1 – 2 of 2) sorted by relevance
51 int64_t steadyClockTimeToBootClockTimeNs(int64_t steadyClockTimeNs) { in steadyClockTimeToBootClockTimeNs() argument52 return steadyClockTimeNs + (getBootClockTimeNs() - getSteadyClockTimeNs()); in steadyClockTimeToBootClockTimeNs()
101 int64_t steadyClockTimeToBootClockTimeNs(int64_t steadyClockTimeNs);