Home
last modified time | relevance | path

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

/system/chre/apps/gnss_world/
Dgnss_world.cc125 uint32_t timerCount; in handleTimerEvent() local
132 timerCount = gLocationTimerCount; in handleTimerEvent()
138 timerCount = gMeasurementTimerCount; in handleTimerEvent()
147 LOGI("%s timer event received, count %" PRIu32, name, timerCount); in handleTimerEvent()
153 if (supported && timerCount < ARRAY_SIZE(kReportIntervals)) { in handleTimerEvent()