Home
last modified time | relevance | path

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

/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dflatbuffers_types_generated.h239 const flatbuffers::Vector<flatbuffers::Offset<ScanResult>> *scan_results() in scan_results() function
248 verifier.Verify(scan_results()) && in Verify()
249 verifier.VerifyVectorOfTables(scan_results()) && verifier.EndTable(); in Verify()
258 scan_results) { in add_scan_results()
259 fbb_.AddOffset(ScanResultMessage::VT_SCAN_RESULTS, scan_results); in add_scan_results()
275 scan_results = 0) {
277 builder_.add_scan_results(scan_results);
283 const std::vector<flatbuffers::Offset<ScanResult>> *scan_results =
287 scan_results
288 ? _fbb.CreateVector<flatbuffers::Offset<ScanResult>>(*scan_results)
Dflatbuffers_types.fbs52 scan_results:[ScanResult];
/system/chre/apps/wifi_offload/
Dscan_result_message.cc51 const auto &fbs_results = fbs_result_message.scan_results(); in Deserialize()
/system/connectivity/wificond/
Dclient_interface_impl.cpp260 std::vector<NativeScanResult> scan_results; in RefreshAssociateFreq() local
261 if (!scan_utils_->GetScanResult(interface_index_, &scan_results)) { in RefreshAssociateFreq()
264 for (auto& scan_result : scan_results) { in RefreshAssociateFreq()
/system/connectivity/wificond/tests/
Dscanner_unittest.cpp277 vector<NativeScanResult> scan_results; in TEST_F() local
283 EXPECT_TRUE(scanner_impl_->getScanResults(&scan_results).isOk()); in TEST_F()
397 vector<NativeScanResult> scan_results; in TEST_F() local
406 EXPECT_TRUE(scanner_impl_->getScanResults(&scan_results).isOk()); in TEST_F()
Dscan_utils_unittest.cpp133 vector<NativeScanResult> scan_results; in TEST_F() local
144 scan_utils_.GetScanResult(kFakeInterfaceIndex, &scan_results); in TEST_F()
/system/bt/service/
Dgatt_server_old.cc112 ScanResults scan_results; member
382 g_internal->scan_results[addr] = rssi; in ScanResultCallback()
697 *results = internal_->scan_results; in GetScanResults()