HomeSort by relevance Sort by last modified time
    Searched refs:getMonotonicTime (Results 1 - 11 of 11) sorted by null

  /system/chre/platform/shared/
system_time.cc 24 gStartTime = getMonotonicTime();
28 return getMonotonicTime() - gStartTime;
pal_system_api.cc 35 return SystemTime::getMonotonicTime().toRawNanoseconds();
chre_api_re.cc 29 return chre::SystemTime::getMonotonicTime().toRawNanoseconds();
  /system/chre/platform/include/chre/platform/
system_time.h 36 * There is no mandate that getMonotonicTime and getUptime be different.
40 static Nanoseconds getMonotonicTime();
44 * mandate that getUptime and getMonotonicTime be different.
  /system/chre/util/include/chre/util/
scope_timer_impl.h 25 : mName(name), mStartTime(SystemTime::getMonotonicTime()) {}
28 Nanoseconds stopTime = SystemTime::getMonotonicTime();
  /system/chre/platform/linux/
system_time.cc 28 Nanoseconds SystemTime::getMonotonicTime() {
  /system/chre/platform/slpi/
system_time.cc 64 Nanoseconds SystemTime::getMonotonicTime() {
94 if (SystemTime::getMonotonicTime() >
101 gLastTimeSyncRequestNanos = SystemTime::getMonotonicTime();
platform_log.cc 54 uint64_t timestamp = SystemTime::getMonotonicTime().toRawNanoseconds();
platform_sensor.cc 354 uint64_t slpiTime = SystemTime::getMonotonicTime().toRawNanoseconds();
    [all...]
  /system/chre/core/
timer_pool.cc 40 timerRequest.expirationTime = SystemTime::getMonotonicTime() + duration;
173 Nanoseconds currentTime = SystemTime::getMonotonicTime();
wifi_request_manager.cc 88 < SystemTime::getMonotonicTime());
104 mLastScanRequestTime = SystemTime::getMonotonicTime();

Completed in 90 milliseconds