Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp702 std::vector<StaScanResult> aidl_scan_results; in convertLegacyCachedGscanResultsToAidl() local
709 aidl_scan_results.push_back(aidl_scan_result); in convertLegacyCachedGscanResultsToAidl()
711 aidl_scan_data->results = std::move(aidl_scan_results); in convertLegacyCachedGscanResultsToAidl()
3574 std::vector<CachedScanResult> aidl_scan_results; in convertCachedScanReportToAidl() local
3580 aidl_scan_results.push_back(aidl_scan_result); in convertCachedScanReportToAidl()
3582 aidl_scan_data->cachedScanResults = aidl_scan_results; in convertCachedScanReportToAidl()