Home
last modified time | relevance | path

Searched defs:ScanResult (Results 1 – 4 of 4) sorted by relevance

/system/chre/apps/wifi_offload/
Dscan_result.cc41 ScanResult::ScanResult() in ScanResult() function in wifi_offload::ScanResult
50 ScanResult::ScanResult(const ScanResult &other) in ScanResult() function in wifi_offload::ScanResult
60 ScanResult::ScanResult(const chreWifiScanResult &chre_scan_result) { in ScanResult() function in wifi_offload::ScanResult
/system/bt/service/common/android/bluetooth/
Dscan_result.h35 ScanResult(const ::bluetooth::ScanResult& scan_result) // NOLINT in ScanResult() function
/system/bt/service/common/bluetooth/
Dscan_result.cc24 ScanResult::ScanResult(const std::string& device_address, in ScanResult() function in bluetooth::ScanResult
/system/bt/service/test/
Dparcelable_unittest.cc130 TEST(ParcelableTest, ScanResult) { in TEST() argument