Searched defs:ScanResult (Results 1 - 5 of 5) sorted by relevance

/system/bt/service/common/android/bluetooth/
H A Dscan_result.h31 class ScanResult : public Parcelable, public ::bluetooth::ScanResult { class in namespace:android::bluetooth
33 ScanResult() = default;
35 ScanResult(const ::bluetooth::ScanResult& scan_result) // NOLINT function in class:android::bluetooth::ScanResult
36 : ::bluetooth::ScanResult(scan_result){};
37 ~ScanResult() = default;
/system/bt/service/common/bluetooth/
H A Dscan_result.cc24 ScanResult::ScanResult(const std::string& device_address, function in class:bluetooth::ScanResult
31 bool ScanResult::operator==(const ScanResult& rhs) const {
H A Dscan_result.h26 // ScanResult represents a single Bluetooth LE device scan result. It
28 class ScanResult { class in namespace:bluetooth
30 ScanResult(const std::string& device_address,
32 ScanResult() = default;
33 virtual ~ScanResult() = default;
46 bool operator==(const ScanResult& rhs) const;
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
H A Dscan_result.h32 class ScanResult { class in namespace:wifi_offload
61 using FbsType = fbs::ScanResult;
65 ScanResult();
67 ScanResult(const ScanResult &other);
69 ScanResult(ScanResult &&other) = default;
71 explicit ScanResult(const chreWifiScanResult &chre_scan_result);
73 ~ScanResult() = default;
75 bool operator==(const ScanResult
[all...]
/system/chre/apps/wifi_offload/
H A Dscan_result.cc41 ScanResult::ScanResult() function in class:wifi_offload::ScanResult
50 ScanResult::ScanResult(const ScanResult &other) function in class:wifi_offload::ScanResult
60 ScanResult::ScanResult(const chreWifiScanResult &chre_scan_result) { function in class:wifi_offload::ScanResult
64 bool ScanResult::operator==(const ScanResult &other) const {
75 flatbuffers::Offset<ScanResult
[all...]

Completed in 198 milliseconds