HomeSort by relevance Sort by last modified time
    Searched defs:ScanResult (Results 1 - 25 of 35) sorted by null

1 2

  /system/bt/service/common/android/bluetooth/
scan_result.h 31 class ScanResult : public Parcelable, public ::bluetooth::ScanResult {
33 ScanResult() = default;
35 ScanResult(const ::bluetooth::ScanResult& scan_result) // NOLINT
36 : ::bluetooth::ScanResult(scan_result){};
37 ~ScanResult() = default;
  /system/bt/service/common/bluetooth/
scan_result.cc 24 ScanResult::ScanResult(const std::string& device_address,
31 bool ScanResult::operator==(const ScanResult& rhs) const {
scan_result.h 26 // ScanResult represents a single Bluetooth LE device scan result. It
28 class ScanResult {
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/
scan_result.cc 41 ScanResult::ScanResult()
50 ScanResult::ScanResult(const ScanResult &other)
60 ScanResult::ScanResult(const chreWifiScanResult &chre_scan_result) {
64 bool ScanResult::operator==(const ScanResult &other) const {
75 flatbuffers::Offset<ScanResult::FbsType> ScanResult::Serialize
    [all...]
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
scan_result.h 32 class ScanResult {
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 &other) const
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiRttManagerTest.py 37 ScanResult = WifiEnums.ScanResult
376 ScanResult.CHANNEL_WIDTH_20MHZ: RttBW.BW_20_SUPPORT,
377 ScanResult.CHANNEL_WIDTH_40MHZ: RttBW.BW_40_SUPPORT,
378 ScanResult.CHANNEL_WIDTH_80MHZ: RttBW.BW_80_SUPPORT,
379 ScanResult.CHANNEL_WIDTH_160MHZ: RttBW.BW_160_SUPPORT,
380 ScanResult.CHANNEL_WIDTH_80MHZ_PLUS_MHZ: RttBW.BW_160_SUPPORT
523 p[RttParam.channel_width] = ScanResult.CHANNEL_WIDTH_80MHZ
  /frameworks/base/core/java/android/bluetooth/le/
ScanResult.java 27 * ScanResult for Bluetooth LE scan.
29 public final class ScanResult implements Parcelable {
95 * Constructs a new ScanResult.
101 * @deprecated use {@link #ScanResult(BluetoothDevice, int, int, int, int, int, int, int, ScanRecord, long)}
103 public ScanResult(BluetoothDevice device, ScanRecord scanRecord, int rssi,
118 * Constructs a new ScanResult.
131 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy,
146 private ScanResult(Parcel in) {
243 * Can be one of {@link ScanResult#DATA_COMPLETE} or
244 * {@link ScanResult#DATA_TRUNCATED}
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 32 public class ScanResult implements Parcelable {
258 * Last time we blacklisted the ScanResult
303 * These flags are specific to the ScanResult class, and are not related to the |flags|
357 return ScanResult.is24GHz(frequency);
372 return ScanResult.is5GHz(frequency);
458 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId,
487 public ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency,
508 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps,
536 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId,
546 public ScanResult(ScanResult source)
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 120 class ScanResult:
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 309 milliseconds

1 2