Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Dtimer_pool.h167 static constexpr size_t kMaxNanoappTimers = 32; variable
169 static_assert(kMaxNanoappTimers >= kNumReservedNanoappTimers,
/system/chre/core/
Dtimer_pool.cc156 static_assert(kMaxNanoappTimers <= kMaxTimerRequests, in isNewTimerAllowedLocked()
163 allowed = (mNumNanoappTimers < kMaxNanoappTimers); in isNewTimerAllowedLocked()