Home
last modified time | relevance | path

Searched refs:mTimeLastWakeupBucketCycled (Results 1 – 2 of 2) sorted by relevance

/system/chre/core/include/chre/core/
Devent_loop.h55 : mTimeLastWakeupBucketCycled(SystemTime::getMonotonicTime()), in EventLoop()
332 Nanoseconds mTimeLastWakeupBucketCycled; variable
/system/chre/core/
Devent_loop.cc357 SystemTime::getMonotonicTime() - mTimeLastWakeupBucketCycled; in logStateToBuffer()
519 Nanoseconds duration = now - mTimeLastWakeupBucketCycled; in handleNanoappWakeupBuckets()
523 mTimeLastWakeupBucketCycled = now; in handleNanoappWakeupBuckets()