Searched refs:getMonotonicTime (Results 1 – 7 of 7) sorted by relevance
24 gStartTime = getMonotonicTime(); in init()28 return getMonotonicTime() - gStartTime; in getUptime()
35 return SystemTime::getMonotonicTime().toRawNanoseconds(); in palSystemApiGetCurrentTime()
28 return chre::SystemTime::getMonotonicTime().toRawNanoseconds(); in chreGetTime()
27 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
40 static Nanoseconds getMonotonicTime();
28 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
40 timerRequest.expirationTime = SystemTime::getMonotonicTime() + duration; in setTimer()167 Nanoseconds currentTime = SystemTime::getMonotonicTime(); in handleExpiredTimersAndScheduleNext()