Lines Matching refs:mResults
1013 wifi_scan_result mResults[MAX_RESULTS]; member in BssidHotlistCommand
1160 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_RESULTS); in handleEvent()
1166 convert_to_hal_result(&(mResults[i]), inp); in handleEvent()
1172 (*mHandler.on_hotlist_ap_found)(id(), num, mResults); in handleEvent()
1176 (*mHandler.on_hotlist_ap_lost)(id(), num, mResults); in handleEvent()
1187 wifi_scan_result mResults[MAX_EPNO_NETWORKS]; member in ePNOCommand
1364 memset(mResults, 0, sizeof(wifi_scan_result) * MAX_EPNO_NETWORKS); in handleEvent()
1372 memcpy(mResults[i].ssid, res[i].ssid, res[i].ssid_len); in handleEvent()
1373 memcpy(mResults[i].bssid, res[i].bssid, sizeof(mac_addr)); in handleEvent()
1375 mResults[i].ssid[res[i].ssid_len] = '\0'; in handleEvent()
1376 mResults[i].channel = res[i].channel; in handleEvent()
1377 mResults[i].rssi = res[i].rssi; in handleEvent()
1381 (*mHandler.on_network_found)(id(), num, mResults); in handleEvent()
1429 wifi_significant_change_result *mResults[MAX_RESULTS]; member in SignificantWifiChangeCommand
1600 mResults[i] = reinterpret_cast<wifi_significant_change_result *>(&(mResultsBuffer[i])); in handleEvent()
1606 (*mHandler.on_significant_change)(id(), num, mResults); in handleEvent()