Home
last modified time | relevance | path

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

/system/chre/apps/ash_world/
Dash_world.cc42 uint32_t gCyclicTimerCount; variable
113 gCyclicTimerCount = 0; in nanoappStart()
118 LOGI("Cyclic timer event received %" PRIu32, gCyclicTimerCount); in handleTimerEvent()
125 if ((gCyclicTimerCount / 3) == 1) { in handleTimerEvent()
129 } else if ((gCyclicTimerCount / 3) == 2) { in handleTimerEvent()
135 if (gCyclicTimerCount >= 9) { in handleTimerEvent()
138 } else if (gCyclicTimerCount % 3 == 0) { in handleTimerEvent()
144 } else if (gCyclicTimerCount % 3 == 1) { in handleTimerEvent()
172 gCyclicTimerCount++; in handleTimerEvent()
/system/chre/apps/timer_world/
Dtimer_world.cc32 int gCyclicTimerCount; variable
43 gCyclicTimerCount = 0; in nanoappStart()
53 gCyclicTimerCount++; in handleTimerEvent()
54 if (gCyclicTimerCount > 1) { in handleTimerEvent()