Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/busy_startup/
Dbusy_startup.cc62 static uint32_t gTimerId; variable
187 gTimerId = chreTimerSet(1, &gInstanceId, true); in nanoappStart()
188 if (gTimerId == CHRE_TIMER_INVALID) { in nanoappStart()