Searched refs:getMonotonicTime (Results 1 – 19 of 19) sorted by relevance
24 gStartTime = getMonotonicTime(); in init()28 return getMonotonicTime() - gStartTime; in getUptime()
35 return SystemTime::getMonotonicTime().toRawNanoseconds(); in palSystemApiGetCurrentTime()
29 return chre::SystemTime::getMonotonicTime().toRawNanoseconds(); in chreGetTime()
25 : mName(name), mStartTime(SystemTime::getMonotonicTime()) {} in ScopeTimer()28 Nanoseconds stopTime = SystemTime::getMonotonicTime(); in ~ScopeTimer()
73 mRefCountStart = Milliseconds(SystemTime::getMonotonicTime()); in incrementBigImageRefCount()119 duration = Milliseconds(SystemTime::getMonotonicTime()).getMilliseconds() in checkBigImageDuration()
165 if (SystemTime::getMonotonicTime() < (kDefaultSeeWaitTimeout + Seconds(15))) { in handleMissingSensor()
40 static Nanoseconds getMonotonicTime();
36 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
465 gLastTimeSyncRequestNanos = SystemTime::getMonotonicTime(); in sendTimeSyncRequest()643 if (SystemTime::getMonotonicTime() > in chre_slpi_get_message_to_host()
28 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
51 dataEvent.timestamp = (SystemTime::getMonotonicTime() - samplingTime) in audioSourceCallback()
74 = SystemTime::getMonotonicTime(); in handleAudioDataEvent()124 Nanoseconds timeSinceLastAudioEvent = SystemTime::getMonotonicTime() in logStateToBuffer()248 Nanoseconds timeNow = SystemTime::getMonotonicTime(); in createAudioRequest()331 nextAudioRequest->nextEventTimestamp = SystemTime::getMonotonicTime() in handleAudioDataEventSync()365 Nanoseconds curTime = SystemTime::getMonotonicTime(); in scheduleNextAudioDataEvent()
100 mRangingResponseTimeout = SystemTime::getMonotonicTime() in requestRanging()107 CHRE_ASSERT_LOG(SystemTime::getMonotonicTime() <= mRangingResponseTimeout, in requestRanging()130 < SystemTime::getMonotonicTime()); in requestScan()155 mLastScanRequestTime = SystemTime::getMonotonicTime(); in requestScan()586 mRangingResponseTimeout = SystemTime::getMonotonicTime() in dispatchQueuedRangingRequest()
55 timerRequest.expirationTime = SystemTime::getMonotonicTime() + duration; in setTimer()222 Nanoseconds currentTime = SystemTime::getMonotonicTime(); in handleExpiredTimersAndScheduleNextLocked()
343 Milliseconds receivedTime = Nanoseconds(SystemTime::getMonotonicTime()); in allocateAndPostEvent()
663 Nanoseconds now = SystemTime::getMonotonicTime(); in makeFlushRequest()
218 Nanoseconds deadlineTimestamp = SystemTime::getMonotonicTime() +
49 dataEvent.timestamp = (SystemTime::getMonotonicTime() - samplingTime) in audioReadCallback()
372 uint64_t slpiTime = SystemTime::getMonotonicTime().toRawNanoseconds(); in populateSensorDataHeader()