Home
last modified time | relevance | path

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

/aosp12/system/chre/apps/gnss_world/
H A Dgnss_world.cc43 const uint32_t kReportIntervals[] = { variable
62 uint32_t interval = kReportIntervals[gLocationTimerCount++]; in makeLocationRequest()
88 uint32_t interval = kReportIntervals[gMeasurementTimerCount++]; in makeMeasurementRequest()
145 if (supported && timerCount < ARRAY_SIZE(kReportIntervals)) { in handleTimerEvent()