Home
last modified time | relevance | path

Searched refs:CoexRestriction (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiChipAidlImpl.java34 import android.hardware.wifi.IWifiChip.CoexRestriction;
1423 @WifiManager.CoexRestriction int restrictions) { in frameworkToHalCoexRestrictions()
1429 halRestrictions |= CoexRestriction.WIFI_DIRECT; in frameworkToHalCoexRestrictions()
1432 halRestrictions |= CoexRestriction.SOFTAP; in frameworkToHalCoexRestrictions()
1435 halRestrictions |= CoexRestriction.WIFI_AWARE; in frameworkToHalCoexRestrictions()
DWifiChipHidlImpl.java2166 private int frameworkCoexRestrictionsToHidl(@WifiManager.CoexRestriction int restrictions) { in frameworkCoexRestrictionsToHidl()
2172 hidlRestrictions |= android.hardware.wifi.V1_5.IWifiChip.CoexRestriction.WIFI_DIRECT; in frameworkCoexRestrictionsToHidl()
2175 hidlRestrictions |= android.hardware.wifi.V1_5.IWifiChip.CoexRestriction.SOFTAP; in frameworkCoexRestrictionsToHidl()
2178 hidlRestrictions |= android.hardware.wifi.V1_5.IWifiChip.CoexRestriction.WIFI_AWARE; in frameworkCoexRestrictionsToHidl()
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java51 import android.net.wifi.WifiManager.CoexRestriction;
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java5492 public @interface CoexRestriction {} annotation in WifiManager
5524 @NonNull List<CoexUnsafeChannel> unsafeChannels, @CoexRestriction int restrictions) { in setCoexUnsafeChannels()
5619 @NonNull List<CoexUnsafeChannel> unsafeChannels, @CoexRestriction int restrictions); in onCoexUnsafeChannelsChanged()
5652 @CoexRestriction int restrictions) { in onCoexUnsafeChannelsChanged()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java154 import android.net.wifi.WifiManager.CoexRestriction;