Searched refs:legacy_cached_scan_result (Results 1 – 1 of 1) sorted by relevance
757 const legacy_hal::wifi_cached_scan_results& legacy_cached_scan_result, in convertLegacyCachedGscanResultsToHidl() argument765 if (legacy_cached_scan_result.flags & flag) { in convertLegacyCachedGscanResultsToHidl()771 hidl_scan_data->bucketsScanned = legacy_cached_scan_result.buckets_scanned; in convertLegacyCachedGscanResultsToHidl()773 CHECK(legacy_cached_scan_result.num_results >= 0 && in convertLegacyCachedGscanResultsToHidl()774 legacy_cached_scan_result.num_results <= MAX_AP_CACHE_PER_SCAN); in convertLegacyCachedGscanResultsToHidl()777 result_idx < legacy_cached_scan_result.num_results; result_idx++) { in convertLegacyCachedGscanResultsToHidl()780 legacy_cached_scan_result.results[result_idx], false, in convertLegacyCachedGscanResultsToHidl()798 for (const auto& legacy_cached_scan_result : legacy_cached_scan_results) { in convertLegacyVectorOfCachedGscanResultsToHidl() local800 if (!convertLegacyCachedGscanResultsToHidl(legacy_cached_scan_result, in convertLegacyVectorOfCachedGscanResultsToHidl()