/frameworks/base/wifi/java/android/net/wifi/rtt/ |
D | ResponderConfig.java | 154 public final int channelWidth; field in ResponderConfig 201 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig() argument 211 this.channelWidth = channelWidth; in ResponderConfig() 240 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig() argument 246 this.channelWidth = channelWidth; in ResponderConfig() 279 @ChannelWidth int channelWidth, int frequency, int centerFreq0, int centerFreq1, in ResponderConfig() argument 285 this.channelWidth = channelWidth; in ResponderConfig() 300 int channelWidth = translateScanResultChannelWidth(scanResult.channelWidth); in fromScanResult() local 325 if (channelWidth == CHANNEL_WIDTH_80MHZ || channelWidth == CHANNEL_WIDTH_160MHZ) { in fromScanResult() 332 return new ResponderConfig(macAddress, responderType, supports80211mc, channelWidth, in fromScanResult() [all …]
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | ScanResult.java | 231 public int channelWidth; field in ScanResult 536 this.channelWidth = UNSPECIFIED; in ScanResult() 558 this.channelWidth = UNSPECIFIED; in ScanResult() 571 long tsf, int distCm, int distSdCm, int channelWidth, int centerFreq0, int centerFreq1, in ScanResult() argument 583 this.channelWidth = channelWidth; in ScanResult() 600 int frequency, long tsf, int distCm, int distSdCm, int channelWidth, in ScanResult() argument 603 distSdCm, channelWidth, centerFreq0, centerFreq1, is80211McRTTResponder); in ScanResult() 620 channelWidth = source.channelWidth; in ScanResult() 671 sb.append(", ChannelBandwidth: ").append(channelWidth); in toString() 706 dest.writeInt(channelWidth); in writeToParcel()
|
D | RttManager.java | 366 public int channelWidth; field in RttManager.RttParams 491 sb.append(", channelWidth=" + channelWidth); in toString() 541 dest.writeInt(params.channelWidth); in writeToParcel() 572 params[i].channelWidth = in.readInt(); 964 reconstructed.channelWidth = rttParams.channelWidth; in startRanging() 1126 public int channelWidth; field in RttManager.ResponderConfig 1140 .append(" channelWidth = ").append(channelWidth) in toString() 1156 dest.writeInt(channelWidth); in writeToParcel() 1170 config.channelWidth = in.readInt();
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttTestUtils.java | 67 scan1.channelWidth = ScanResult.CHANNEL_WIDTH_40MHZ; in getDummyRangingRequest() 70 scan2.channelWidth = ScanResult.CHANNEL_WIDTH_20MHZ; in getDummyRangingRequest() 90 scan1.channelWidth = ScanResult.CHANNEL_WIDTH_40MHZ; in getDummyRangingRequestMcOnly()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ScanDetail.java | 51 mScanResult.channelWidth = networkDetail.getChannelWidth(); in ScanDetail() 70 mScanResult.channelWidth = 0; in ScanDetail()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/ |
D | RttNative.java | 308 responder.channelWidth); in convertRangingRequestToRttConfigs() 312 config.bw = halRttChannelBandwidthFromResponderChannelWidth(responder.channelWidth); in convertRangingRequestToRttConfigs()
|
D | RttServiceImpl.java | 1062 rttPeer.channelWidth, rttPeer.frequency, rttPeer.centerFreq0, in processReceivedAwarePeerMacAddresses()
|
/frameworks/base/wifi/tests/src/android/net/wifi/rtt/ |
D | WifiRttManagerTest.java | 360 scan.channelWidth = ResponderConfig.CHANNEL_WIDTH_80MHZ; in testResponderPreambleSelection() 367 scan.channelWidth = ResponderConfig.CHANNEL_WIDTH_40MHZ; in testResponderPreambleSelection()
|
/frameworks/base/api/ |
D | system-current.txt | 4558 field @Deprecated public int channelWidth; 4594 field @Deprecated public int channelWidth; 5014 field public final int channelWidth;
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |