Home
last modified time | relevance | path

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

/system/chre/core/
Dtimer_pool.cc155 bool TimerPool::isNewTimerAllowedLocked(bool isNanoappTimer) const { in isNewTimerAllowedLocked()
162 if (isNanoappTimer) { in isNewTimerAllowedLocked()
177 bool isNanoappTimer = (timerRequest.instanceId != kSystemInstanceId); in insertTimerRequestLocked() local
178 bool success = isNewTimerAllowedLocked(isNanoappTimer) && in insertTimerRequestLocked()
183 } else if (isNanoappTimer) { in insertTimerRequestLocked()
193 bool isNanoappTimer = in popTimerRequestLocked() local
196 if (isNanoappTimer) { in popTimerRequestLocked()
205 bool isNanoappTimer = in removeTimerRequestLocked() local
208 if (isNanoappTimer) { in removeTimerRequestLocked()
/system/chre/core/include/chre/core/
Dtimer_pool.h245 bool isNewTimerAllowedLocked(bool isNanoappTimer) const;