Home
last modified time | relevance | path

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

/system/chre/core/
Dtimer_pool.cc68 mSystemTimer.set(handleSystemTimerCallback, this, duration); in setTimer()
246 mSystemTimer.set(handleSystemTimerCallback, this, duration); in handleExpiredTimersAndScheduleNextLocked()
260 void TimerPool::handleSystemTimerCallback(void *timerPoolPtr) { in handleSystemTimerCallback() function in chre::TimerPool
/system/chre/core/include/chre/core/
Dtimer_pool.h294 static void handleSystemTimerCallback(void *timerPoolPtr);