Home
last modified time | relevance | path

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

/system/chre/core/
Dtimer_pool.cc170 bool TimerPool::isNewTimerAllowedLocked(bool isNanoappTimer) const { in isNewTimerAllowedLocked()
177 if (isNanoappTimer) { in isNewTimerAllowedLocked()
192 bool isNanoappTimer = (timerRequest.instanceId != kSystemInstanceId); in insertTimerRequestLocked() local
193 bool success = isNewTimerAllowedLocked(isNanoappTimer) && in insertTimerRequestLocked()
198 } else if (isNanoappTimer) { in insertTimerRequestLocked()
208 bool isNanoappTimer = in popTimerRequestLocked() local
211 if (isNanoappTimer) { in popTimerRequestLocked()
220 bool isNanoappTimer = in removeTimerRequestLocked() local
223 if (isNanoappTimer) { in removeTimerRequestLocked()
/system/chre/core/include/chre/core/
Dtimer_pool.h259 bool isNewTimerAllowedLocked(bool isNanoappTimer) const;