Home
last modified time | relevance | path

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

/system/chre/core/
Devent_loop.cc35 constexpr Nanoseconds EventLoop::kIntervalWakeupBucket; member in chre::EventLoop
361 kIntervalWakeupBucket.toRawNanoseconds() / kOneMinuteInNanoseconds; in logStateToBuffer()
520 if (duration > kIntervalWakeupBucket) { in handleNanoappWakeupBuckets()
522 duration.toRawNanoseconds() / kIntervalWakeupBucket.toRawNanoseconds()); in handleNanoappWakeupBuckets()
/system/chre/core/include/chre/core/
Devent_loop.h328 static constexpr Nanoseconds kIntervalWakeupBucket = variable