Home
last modified time | relevance | path

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

/chre-3.4.0/platform/shared/
Dsystem_time.cc24 gStartTime = getMonotonicTime(); in init()
28 return getMonotonicTime() - gStartTime; in getUptime()
Ddram_vote_client.cc43 mVoteCountStart = Milliseconds(SystemTime::getMonotonicTime()); in incrementDramVoteCount()
82 duration = Milliseconds(SystemTime::getMonotonicTime()) - mVoteCountStart; in checkDramDuration()
Dpal_system_api.cc35 return SystemTime::getMonotonicTime().toRawNanoseconds(); in palSystemApiGetCurrentTime()
Dpw_tokenized_log.cc46 chre::SystemTime::getMonotonicTime().toRawNanoseconds(); in pw_TokenizerHandleEncodedMessageWithPayload()
Dchre_api_re.cc30 return chre::SystemTime::getMonotonicTime().toRawNanoseconds(); in chreGetTime()
Dlog_buffer_manager.cc112 uint64_t timeNs = SystemTime::getMonotonicTime().toRawNanoseconds(); in logVa()
/chre-3.4.0/util/include/chre/util/
Dscope_timer_impl.h25 : mName(name), mStartTime(SystemTime::getMonotonicTime()) {} in ScopeTimer()
28 Nanoseconds stopTime = SystemTime::getMonotonicTime(); in ~ScopeTimer()
/chre-3.4.0/platform/zephyr/
Dsystem_time.cc23 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
/chre-3.4.0/core/
Devent.cc24 Milliseconds now = SystemTime::getMonotonicTime(); in getTimeMillis()
Dwifi_request_manager.cc108 SystemTime::getMonotonicTime() + in requestRanging()
115 CHRE_ASSERT_LOG(SystemTime::getMonotonicTime() <= mRangingResponseTimeout, in requestRanging()
138 SystemTime::getMonotonicTime()); in requestScan()
171 mLastScanRequestTime = SystemTime::getMonotonicTime(); in requestScan()
441 mLastScanEventTime = Milliseconds(SystemTime::getMonotonicTime()); in postScanEventFatal()
593 mRangingResponseTimeout = SystemTime::getMonotonicTime() + in dispatchQueuedRangingRequest()
659 WifiScanRequestLog(SystemTime::getMonotonicTime(), nanoappInstanceId, in addWifiScanRequestLog()
Daudio_request_manager.cc75 SystemTime::getMonotonicTime(); in handleAudioDataEvent()
117 SystemTime::getMonotonicTime() - in logStateToBuffer()
246 Nanoseconds timeNow = SystemTime::getMonotonicTime(); in createAudioRequest()
335 SystemTime::getMonotonicTime() + nextAudioRequest->deliveryInterval; in handleAudioDataEventSync()
378 Nanoseconds curTime = SystemTime::getMonotonicTime(); in scheduleNextAudioDataEvent()
Dtimer_pool.cc58 timerRequest.expirationTime = SystemTime::getMonotonicTime() + duration; in setTimer()
225 Nanoseconds currentTime = SystemTime::getMonotonicTime(); in handleExpiredTimersAndScheduleNextLocked()
Devent_loop.cc361 SystemTime::getMonotonicTime() - mTimeLastWakeupBucketCycled; in logStateToBuffer()
522 Nanoseconds now = SystemTime::getMonotonicTime(); in handleNanoappWakeupBuckets()
Dsensor_request_manager.cc683 SystemTime::getMonotonicTime(), nanoappInstanceId, sensorHandle, in addSensorRequestLog()
803 Nanoseconds now = SystemTime::getMonotonicTime(); in makeFlushRequest()
Dgnss_manager.cc673 SystemTime::getMonotonicTime(), nanoappInstanceId, interval, start)); in addSessionRequestLog()
/chre-3.4.0/platform/include/chre/platform/
Dsystem_time.h40 static Nanoseconds getMonotonicTime();
/chre-3.4.0/platform/slpi/
Dsystem_time.cc36 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
Dhost_link.cc451 gLastTimeSyncRequestNanos = SystemTime::getMonotonicTime(); in sendTimeSyncRequest()
638 if (SystemTime::getMonotonicTime() > in chre_slpi_get_message_to_host()
/chre-3.4.0/platform/slpi/see/
Disland_vote_client.cc73 mRefCountStart = Milliseconds(SystemTime::getMonotonicTime()); in incrementBigImageRefCount()
119 duration = Milliseconds(SystemTime::getMonotonicTime()).getMilliseconds() - in checkBigImageDuration()
Dplatform_sensor_manager.cc170 if (SystemTime::getMonotonicTime() < (kDefaultSeeWaitTimeout + Seconds(15))) { in handleMissingSensor()
/chre-3.4.0/platform/linux/
Dsystem_time.cc28 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
Dplatform_audio.cc52 (SystemTime::getMonotonicTime() - samplingTime).toRawNanoseconds(); in audioSourceCallback()
/chre-3.4.0/core/include/chre/core/
Devent_loop.h55 : mTimeLastWakeupBucketCycled(SystemTime::getMonotonicTime()), in EventLoop()
Dsensor_request_manager.h291 SystemTime::getMonotonicTime() +
/chre-3.4.0/platform/android/
Dplatform_audio.cc50 (SystemTime::getMonotonicTime() - samplingTime).toRawNanoseconds(); in audioReadCallback()