Searched refs:legacy_cached_scan_result (Results 1 – 1 of 1) sorted by relevance
518 const legacy_hal::wifi_cached_scan_results& legacy_cached_scan_result, in convertLegacyCachedGscanResultsToHidl() argument526 if (legacy_cached_scan_result.flags & flag) { in convertLegacyCachedGscanResultsToHidl()532 hidl_scan_data->bucketsScanned = legacy_cached_scan_result.buckets_scanned; in convertLegacyCachedGscanResultsToHidl()534 CHECK(legacy_cached_scan_result.num_results >= 0 && in convertLegacyCachedGscanResultsToHidl()535 legacy_cached_scan_result.num_results <= MAX_AP_CACHE_PER_SCAN); in convertLegacyCachedGscanResultsToHidl()538 result_idx < legacy_cached_scan_result.num_results; in convertLegacyCachedGscanResultsToHidl()542 legacy_cached_scan_result.results[result_idx], in convertLegacyCachedGscanResultsToHidl()561 for (const auto& legacy_cached_scan_result : legacy_cached_scan_results) { in convertLegacyVectorOfCachedGscanResultsToHidl() local563 if (!convertLegacyCachedGscanResultsToHidl(legacy_cached_scan_result, in convertLegacyVectorOfCachedGscanResultsToHidl()