Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp684 const legacy_hal::wifi_cached_scan_results& legacy_cached_scan_result, in convertLegacyCachedGscanResultsToAidl() argument
692 if (legacy_cached_scan_result.flags & flag) { in convertLegacyCachedGscanResultsToAidl()
698 aidl_scan_data->bucketsScanned = legacy_cached_scan_result.buckets_scanned; in convertLegacyCachedGscanResultsToAidl()
700 CHECK(legacy_cached_scan_result.num_results >= 0 && in convertLegacyCachedGscanResultsToAidl()
701 legacy_cached_scan_result.num_results <= MAX_AP_CACHE_PER_SCAN); in convertLegacyCachedGscanResultsToAidl()
703 for (int32_t result_idx = 0; result_idx < legacy_cached_scan_result.num_results; result_idx++) { in convertLegacyCachedGscanResultsToAidl()
705 if (!convertLegacyGscanResultToAidl(legacy_cached_scan_result.results[result_idx], false, in convertLegacyCachedGscanResultsToAidl()
722 for (const auto& legacy_cached_scan_result : legacy_cached_scan_results) { in convertLegacyVectorOfCachedGscanResultsToAidl() local
724 if (!convertLegacyCachedGscanResultsToAidl(legacy_cached_scan_result, &aidl_scan_data)) { in convertLegacyVectorOfCachedGscanResultsToAidl()