Home
last modified time | relevance | path

Searched refs:ChannelWidth (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DResponderConfig.java99 public @interface ChannelWidth { annotation in ResponderConfig
317 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig()
361 boolean supports80211mc, @ChannelWidth int channelWidth, int frequency, int centerFreq0, in ResponderConfig()
405 @ChannelWidth int channelWidth, int frequency, int centerFreq0, int centerFreq1, in ResponderConfig()
605 public @WifiAnnotations.ChannelWidth int getChannelWidth() { in getChannelWidth()
701 private @ChannelWidth int mChannelWidth = CHANNEL_WIDTH_20MHZ;
775 public Builder setChannelWidth(@WifiAnnotations.ChannelWidth int channelWidth) { in setChannelWidth()
1056 @WifiAnnotations.ChannelWidth int scanResultChannelWidth) { in translateFromScanResultToLocalChannelWidth()
1084 static int translateFromLocalToScanResultChannelWidth(@ChannelWidth int localChannelWidth) { in translateFromLocalToScanResultChannelWidth()
DRangingResult.java30 import android.net.wifi.WifiAnnotations.ChannelWidth;
369 public Builder setMeasurementBandwidth(@ChannelWidth int measurementBandwidth) { in setMeasurementBandwidth()
881 public @ChannelWidth int getMeasurementBandwidth() { in getMeasurementBandwidth()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiAvailableChannel.java133 private @WifiAnnotations.ChannelWidth int mChannelWidth;
143 @WifiAnnotations.ChannelWidth int channelWidth) { in WifiAvailableChannel()
195 public @WifiAnnotations.ChannelWidth int getChannelWidth() { in getChannelWidth()
DScanResult.java27 import android.net.wifi.WifiAnnotations.ChannelWidth;
618 public @ChannelWidth int channelWidth;
1453 private @ChannelWidth int mChannelWidth = ScanResult.CHANNEL_WIDTH_20MHZ;
1524 public Builder setChannelWidth(@ChannelWidth int channelWidth) { in setChannelWidth()
DWifiAnnotations.java78 public @interface ChannelWidth{} annotation in WifiAnnotations
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DWifiAwareChannelInfo.java64 public @WifiAnnotations.ChannelWidth int getChannelBandwidth() { in getChannelBandwidth()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java162 @WifiAnnotations.ChannelWidth int getChannelWidth(); in getChannelWidth()
701 @WifiAnnotations.ChannelWidth int channelWidth, in add()
DWifiMetrics.java714 public @WifiAnnotations.ChannelWidth int mChannelWidth = ScanResult.UNSPECIFIED;
2137 @WifiAnnotations.ChannelWidth int channelWidth) { in setConnectionChannelWidth()
2665 private int convertChannelWidthToProto(@WifiAnnotations.ChannelWidth int channelWidth) { in convertChannelWidthToProto()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DHalAidlUtil.java151 @WifiAnnotations.ChannelWidth
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java279 public ConcreteCandidate setChannelWidth(@WifiAnnotations.ChannelWidth int channelWidth) { in setChannelWidth()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiRttControllerAidlImpl.java311 private static @WifiAnnotations.ChannelWidth int halToFrameworkChannelBandwidth( in halToFrameworkChannelBandwidth()
DWifiNanIfaceCallbackHidlImpl.java617 private @WifiAnnotations.ChannelWidth int getChannelBandwidthFromHal(int channelBandwidth) { in getChannelBandwidthFromHal()
DWifiChipAidlImpl.java715 private @WifiAnnotations.ChannelWidth int halToFrameworkChannelWidth(int channelBandwidth) { in halToFrameworkChannelWidth()
DWifiChipHidlImpl.java1079 private @WifiAnnotations.ChannelWidth int halToFrameworkChannelWidth(int channelBandwidth) { in halToFrameworkChannelWidth()