Searched refs:aidl_scan_results (Results 1 – 1 of 1) sorted by relevance
702 std::vector<StaScanResult> aidl_scan_results; in convertLegacyCachedGscanResultsToAidl() local709 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() local3580 aidl_scan_results.push_back(aidl_scan_result); in convertCachedScanReportToAidl()3582 aidl_scan_data->cachedScanResults = aidl_scan_results; in convertCachedScanReportToAidl()