Home
last modified time | relevance | path

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

/system/chre/apps/gnss_world/
Dgnss_world.cc43 const uint32_t kReportIntervals[] = { variable
67 uint32_t interval = kReportIntervals[gLocationTimerCount++]; in makeLocationRequest()
95 uint32_t interval = kReportIntervals[gMeasurementTimerCount++]; in makeMeasurementRequest()
153 if (supported && timerCount < ARRAY_SIZE(kReportIntervals)) { in handleTimerEvent()