Home
last modified time | relevance | path

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

/system/chre/platform/linux/
Dsystem_time.cc29 struct timespec timeNow; in getMonotonicTime() local
30 if (clock_gettime(CLOCK_MONOTONIC, &timeNow)) { in getMonotonicTime()
36 return Seconds(timeNow.tv_sec) + Nanoseconds(timeNow.tv_nsec); in getMonotonicTime()