Home
last modified time | relevance | path

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

/system/chre/apps/gnss_world/
Dgnss_world.cc117 uint32_t timerCount; in handleTimerEvent() local
124 timerCount = gLocationTimerCount; in handleTimerEvent()
130 timerCount = gMeasurementTimerCount; in handleTimerEvent()
139 LOGI("%s timer event received, count %" PRIu32, name, timerCount); in handleTimerEvent()
145 if (supported && timerCount < ARRAY_SIZE(kReportIntervals)) { in handleTimerEvent()
/system/chre/apps/ble_world/
Dble_world.cc137 static uint32_t timerCount = 1; in handleTimerEvent() local
139 LOGI("BLE timer event received, count %" PRIu32, timerCount++); in handleTimerEvent()