Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DWakeLockEntryList.cpp112 timespec monotime; in getTimeNow() local
113 clock_gettime(CLOCK_MONOTONIC, &monotime); in getTimeNow()
115 std::chrono::nanoseconds{monotime.tv_nsec}) in getTimeNow()
118 std::chrono::seconds{monotime.tv_sec}) in getTimeNow()