Home
last modified time | relevance | path

Searched refs:hasNanoappTimers (Results 1 – 3 of 3) sorted by relevance

/system/chre/test/simulation/
Dtimer_test.cc39 bool hasNanoappTimers(TimerPool &pool, uint16_t instanceId) { in hasNanoappTimers() function in chre::TestTimer
40 return pool.hasNanoappTimers(instanceId); in hasNanoappTimers()
102 EXPECT_TRUE(hasNanoappTimers(timerPool, instanceId)); in TEST_F()
112 EXPECT_FALSE(hasNanoappTimers(timerPool, instanceId)); in TEST_F()
170 EXPECT_TRUE(hasNanoappTimers(timerPool, instanceId)); in TEST_F()
175 EXPECT_FALSE(hasNanoappTimers(timerPool, instanceId)); in TEST_F()
/system/chre/core/include/chre/core/
Dtimer_pool.h308 bool hasNanoappTimers(uint16_t instanceId);
/system/chre/core/
Dtimer_pool.cc286 bool TimerPool::hasNanoappTimers(uint16_t instanceId) { in hasNanoappTimers() function in chre::TimerPool