Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dsystem_time.cc24 gStartTime = getMonotonicTime(); in init()
28 return getMonotonicTime() - gStartTime; in getUptime()
Dpal_system_api.cc35 return SystemTime::getMonotonicTime().toRawNanoseconds(); in palSystemApiGetCurrentTime()
Dchre_api_re.cc28 return chre::SystemTime::getMonotonicTime().toRawNanoseconds(); in chreGetTime()
/system/chre/platform/slpi/
Dsystem_time.cc27 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
/system/chre/platform/include/chre/platform/
Dsystem_time.h40 static Nanoseconds getMonotonicTime();
/system/chre/platform/linux/
Dsystem_time.cc28 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
/system/chre/core/
Dtimer_pool.cc40 timerRequest.expirationTime = SystemTime::getMonotonicTime() + duration; in setTimer()
167 Nanoseconds currentTime = SystemTime::getMonotonicTime(); in handleExpiredTimersAndScheduleNext()