Home
last modified time | relevance | path

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

/system/chre/apps/wwan_world/
Dwwan_world.cc37 uint32_t gCellInfoTimerHandle; variable
48 if (*timerHandle == gCellInfoTimerHandle) { in handleTimerEvent()
144 gCellInfoTimerHandle = chreTimerSet(kCellInfoInterval.toRawNanoseconds(), in nanoappStart()
145 &gCellInfoTimerHandle /* data */, in nanoappStart()
147 if (gCellInfoTimerHandle == CHRE_TIMER_INVALID) { in nanoappStart()