Home
last modified time | relevance | path

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

/system/chre/apps/wifi_world/
Dwifi_world.cc77 uint8_t gScanTypeIndex = 0; variable
337 gWifiScanParams.scanType = gWifiScanTypes[gScanTypeIndex]; in handleTimerEvent()
341 gScanTypeIndex = (gScanTypeIndex + 1) % ARRAY_SIZE(gWifiScanTypes); in handleTimerEvent()