Home
last modified time | relevance | path

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

/system/chre/apps/wifi_world/
Dwifi_world.cc74 constexpr chreWifiScanType gWifiScanTypes[] = { variable
339 gWifiScanParams.scanType = gWifiScanTypes[gScanTypeIndex]; in handleTimerEvent()
343 gScanTypeIndex = (gScanTypeIndex + 1) % ARRAY_SIZE(gWifiScanTypes); in handleTimerEvent()