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

/system/chre/platform/shared/
H A Dsystem_time.cc24 gStartTime = getMonotonicTime();
28 return getMonotonicTime() - gStartTime;
H A Dchre_api_re.cc28 return chre::SystemTime::getMonotonicTime().toRawNanoseconds();
H A Dpal_system_api.cc35 return SystemTime::getMonotonicTime().toRawNanoseconds();
/system/chre/platform/slpi/
H A Dsystem_time.cc27 Nanoseconds SystemTime::getMonotonicTime() { function in class:chre::SystemTime
/system/chre/platform/include/chre/platform/
H A Dsystem_time.h36 * There is no mandate that getMonotonicTime and getUptime be different.
40 static Nanoseconds getMonotonicTime();
44 * mandate that getUptime and getMonotonicTime be different.
/system/chre/platform/linux/
H A Dsystem_time.cc28 Nanoseconds SystemTime::getMonotonicTime() { function in class:chre::SystemTime
/system/chre/core/
H A Dtimer_pool.cc40 timerRequest.expirationTime = SystemTime::getMonotonicTime() + duration;
167 Nanoseconds currentTime = SystemTime::getMonotonicTime();

Completed in 210 milliseconds