Home
last modified time | relevance | path

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

/aosp12/system/chre/apps/timer_world/
H A Dtimer_world.cc32 int gCyclicTimerCount; variable
43 gCyclicTimerCount = 0; in nanoappStart()
53 gCyclicTimerCount++; in handleTimerEvent()
54 if (gCyclicTimerCount > 1) { in handleTimerEvent()