Home
last modified time | relevance | path

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

12

/system/chre/platform/shared/
Ddram_vote_client.cc44 mVoteCountStart = Milliseconds(SystemTime::getMonotonicTime()); in incrementDramVoteCount()
84 duration = Milliseconds(SystemTime::getMonotonicTime()) - mVoteCountStart; in checkDramDuration()
101 mVoteCountStart = Milliseconds(SystemTime::getMonotonicTime()); in checkDramDuration()
Dsystem_time.cc26 gStartTime = getMonotonicTime(); in init()
30 return getMonotonicTime() - gStartTime; in getUptime()
Dpal_system_api.cc35 return SystemTime::getMonotonicTime().toRawNanoseconds(); in palSystemApiGetCurrentTime()
Dchre_api_re.cc63 return chre::SystemTime::getMonotonicTime().toRawNanoseconds(); in chreGetTime()
Dlog_buffer_manager.cc127 uint64_t timeNs = SystemTime::getMonotonicTime().toRawNanoseconds(); in getTimestampMs()
/system/chre/util/include/chre/util/
Dscope_timer_impl.h25 : mName(name), mStartTime(SystemTime::getMonotonicTime()) {} in ScopeTimer()
28 Nanoseconds stopTime = SystemTime::getMonotonicTime(); in ~ScopeTimer()
Dtransaction_manager_impl.h196 SystemTime::getMonotonicTime().toRawNanoseconds() + in generatePseudoRandomId()
219 Nanoseconds now = SystemTime::getMonotonicTime(); in processTransactions()
262 Nanoseconds waitTime = nextExecutionTime - SystemTime::getMonotonicTime(); in processTransactions()
/system/chre/platform/slpi/see/
Disland_vote_client.cc73 mRefCountStart = Milliseconds(SystemTime::getMonotonicTime()); in incrementBigImageRefCount()
119 duration = Milliseconds(SystemTime::getMonotonicTime()).getMilliseconds() - in checkBigImageDuration()
/system/chre/platform/zephyr/
Dsystem_time.cc23 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
/system/chre/core/
Devent.cc24 Milliseconds now = SystemTime::getMonotonicTime(); in getTimeMillis()
Daudio_request_manager.cc77 SystemTime::getMonotonicTime(); in handleAudioDataEvent()
124 SystemTime::getMonotonicTime() - in logStateToBuffer()
257 Nanoseconds timeNow = SystemTime::getMonotonicTime(); in createAudioRequest()
369 SystemTime::getMonotonicTime() + nextAudioRequest->deliveryInterval; in handleAudioDataEventSync()
411 Nanoseconds curTime = SystemTime::getMonotonicTime(); in scheduleNextAudioDataEvent()
Dnanoapp.cc44 cycleWakeupBuckets(SystemTime::getMonotonicTime()); in Nanoapp()
141 Nanoseconds eventStartTime = SystemTime::getMonotonicTime(); in processEvent()
153 SystemTime::getMonotonicTime() - eventStartTime; in processEvent()
220 Nanoseconds now = SystemTime::getMonotonicTime(); in logMessageHistoryHeader()
Dtimer_pool.cc81 timerRequest.expirationTime = SystemTime::getMonotonicTime() + duration; in setTimer()
253 Nanoseconds currentTime = SystemTime::getMonotonicTime(); in handleExpiredTimersAndScheduleNextLocked()
Dtelemetry_manager.cc94 SystemTime::getMonotonicTime().toRawNanoseconds() / in sendEventLoopStats()
Devent_loop.cc434 SystemTime::getMonotonicTime() - mTimeLastWakeupBucketCycled; in logStateToBuffer()
641 Nanoseconds now = SystemTime::getMonotonicTime(); in handleNanoappWakeupBuckets()
/system/chre/platform/tinysys/
Dsystem_time.cc28 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
/system/chre/platform/include/chre/platform/
Dsystem_time.h40 static Nanoseconds getMonotonicTime();
/system/chre/platform/exynos/
Dsystem_time.cc25 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
/system/chre/platform/slpi/
Dsystem_time.cc35 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
/system/chre/platform/linux/
Dsystem_time.cc33 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
/system/chre/platform/android/
Dplatform_audio.cc50 (SystemTime::getMonotonicTime() - samplingTime).toRawNanoseconds(); in audioReadCallback()
/system/chre/core/include/chre/core/
Devent_loop.h75 mTimeLastWakeupBucketCycled(SystemTime::getMonotonicTime()), in EventLoop()
Dsensor_request_manager.h303 SystemTime::getMonotonicTime() +
Dble_request_manager.h243 SystemTime::getMonotonicTime() +
/system/chre/platform/linux/sim/
Dplatform_audio.cc52 (SystemTime::getMonotonicTime() - samplingTime).toRawNanoseconds(); in audioSourceCallback()

12