Home
last modified time | relevance | path

Searched refs:steadyClockTimeNs (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libvrr/
DUtils.cpp51 int64_t steadyClockTimeToBootClockTimeNs(int64_t steadyClockTimeNs) { in steadyClockTimeToBootClockTimeNs() argument
52 return steadyClockTimeNs + (getBootClockTimeNs() - getSteadyClockTimeNs()); in steadyClockTimeToBootClockTimeNs()
DUtils.h101 int64_t steadyClockTimeToBootClockTimeNs(int64_t steadyClockTimeNs);