/system/chre/platform/shared/ |
D | dram_vote_client.cc | 44 mVoteCountStart = Milliseconds(SystemTime::getMonotonicTime()); in incrementDramVoteCount() 84 duration = Milliseconds(SystemTime::getMonotonicTime()) - mVoteCountStart; in checkDramDuration() 101 mVoteCountStart = Milliseconds(SystemTime::getMonotonicTime()); in checkDramDuration()
|
D | system_time.cc | 26 gStartTime = getMonotonicTime(); in init() 30 return getMonotonicTime() - gStartTime; in getUptime()
|
D | pal_system_api.cc | 35 return SystemTime::getMonotonicTime().toRawNanoseconds(); in palSystemApiGetCurrentTime()
|
D | chre_api_re.cc | 63 return chre::SystemTime::getMonotonicTime().toRawNanoseconds(); in chreGetTime()
|
D | log_buffer_manager.cc | 127 uint64_t timeNs = SystemTime::getMonotonicTime().toRawNanoseconds(); in getTimestampMs()
|
/system/chre/util/include/chre/util/ |
D | scope_timer_impl.h | 25 : mName(name), mStartTime(SystemTime::getMonotonicTime()) {} in ScopeTimer() 28 Nanoseconds stopTime = SystemTime::getMonotonicTime(); in ~ScopeTimer()
|
D | transaction_manager_impl.h | 196 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/ |
D | island_vote_client.cc | 73 mRefCountStart = Milliseconds(SystemTime::getMonotonicTime()); in incrementBigImageRefCount() 119 duration = Milliseconds(SystemTime::getMonotonicTime()).getMilliseconds() - in checkBigImageDuration()
|
/system/chre/platform/zephyr/ |
D | system_time.cc | 23 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
|
/system/chre/core/ |
D | event.cc | 24 Milliseconds now = SystemTime::getMonotonicTime(); in getTimeMillis()
|
D | audio_request_manager.cc | 77 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()
|
D | nanoapp.cc | 44 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()
|
D | timer_pool.cc | 81 timerRequest.expirationTime = SystemTime::getMonotonicTime() + duration; in setTimer() 253 Nanoseconds currentTime = SystemTime::getMonotonicTime(); in handleExpiredTimersAndScheduleNextLocked()
|
D | telemetry_manager.cc | 94 SystemTime::getMonotonicTime().toRawNanoseconds() / in sendEventLoopStats()
|
D | event_loop.cc | 434 SystemTime::getMonotonicTime() - mTimeLastWakeupBucketCycled; in logStateToBuffer() 641 Nanoseconds now = SystemTime::getMonotonicTime(); in handleNanoappWakeupBuckets()
|
/system/chre/platform/tinysys/ |
D | system_time.cc | 28 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
|
/system/chre/platform/include/chre/platform/ |
D | system_time.h | 40 static Nanoseconds getMonotonicTime();
|
/system/chre/platform/exynos/ |
D | system_time.cc | 25 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
|
/system/chre/platform/slpi/ |
D | system_time.cc | 35 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
|
/system/chre/platform/linux/ |
D | system_time.cc | 33 Nanoseconds SystemTime::getMonotonicTime() { in getMonotonicTime() function in chre::SystemTime
|
/system/chre/platform/android/ |
D | platform_audio.cc | 50 (SystemTime::getMonotonicTime() - samplingTime).toRawNanoseconds(); in audioReadCallback()
|
/system/chre/core/include/chre/core/ |
D | event_loop.h | 75 mTimeLastWakeupBucketCycled(SystemTime::getMonotonicTime()), in EventLoop()
|
D | sensor_request_manager.h | 303 SystemTime::getMonotonicTime() +
|
D | ble_request_manager.h | 243 SystemTime::getMonotonicTime() +
|
/system/chre/platform/linux/sim/ |
D | platform_audio.cc | 52 (SystemTime::getMonotonicTime() - samplingTime).toRawNanoseconds(); in audioSourceCallback()
|