Home
last modified time | relevance | path

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

/system/chre/core/
Dtimer_pool.cc163 allowed = (mNumNanoappTimers < kMaxNanoappTimers); in isNewTimerAllowedLocked()
169 size_t numSystemTimers = mTimerRequests.size() - mNumNanoappTimers; in isNewTimerAllowedLocked()
184 mNumNanoappTimers++; in insertTimerRequestLocked()
197 mNumNanoappTimers--; in popTimerRequestLocked()
209 mNumNanoappTimers--; in removeTimerRequestLocked()
/system/chre/core/include/chre/core/
Dtimer_pool.h180 size_t mNumNanoappTimers = 0; variable