Home
last modified time | relevance | path

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

/system/chre/core/
Dtimer_pool.cc157 bool TimerPool::isNewTimerAllowedLocked(bool isNanoappTimer) const { in isNewTimerAllowedLocked()
164 if (isNanoappTimer) { in isNewTimerAllowedLocked()
179 bool isNanoappTimer = (timerRequest.instanceId != kSystemInstanceId); in insertTimerRequestLocked() local
180 bool success = isNewTimerAllowedLocked(isNanoappTimer) && in insertTimerRequestLocked()
185 } else if (isNanoappTimer) { in insertTimerRequestLocked()
195 bool isNanoappTimer = in popTimerRequestLocked() local
198 if (isNanoappTimer) { in popTimerRequestLocked()
207 bool isNanoappTimer = in removeTimerRequestLocked() local
210 if (isNanoappTimer) { in removeTimerRequestLocked()
/system/chre/core/include/chre/core/
Dtimer_pool.h243 bool isNewTimerAllowedLocked(bool isNanoappTimer) const;