Searched refs:kIntervalWakeupBucket (Results 1 – 2 of 2) sorted by relevance
35 constexpr Nanoseconds EventLoop::kIntervalWakeupBucket; member in chre::EventLoop361 kIntervalWakeupBucket.toRawNanoseconds() / kOneMinuteInNanoseconds; in logStateToBuffer()520 if (duration > kIntervalWakeupBucket) { in handleNanoappWakeupBuckets()522 duration.toRawNanoseconds() / kIntervalWakeupBucket.toRawNanoseconds()); in handleNanoappWakeupBuckets()
328 static constexpr Nanoseconds kIntervalWakeupBucket = variable