Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Dtimer_pool.h163 static constexpr size_t kNumReservedNanoappTimers = 32; variable
169 static_assert(kMaxNanoappTimers >= kNumReservedNanoappTimers,
/system/chre/core/
Dtimer_pool.cc158 static_assert(kNumReservedNanoappTimers <= kMaxTimerRequests, in isNewTimerAllowedLocked()
168 kMaxTimerRequests - kNumReservedNanoappTimers; in isNewTimerAllowedLocked()