Searched refs:IfaceConcurrencyType (Results 1 – 3 of 3) sorted by relevance
39 import android.hardware.wifi.V1_6.IfaceConcurrencyType;1592 put(IfaceType.STA, android.hardware.wifi.V1_6.IfaceConcurrencyType.STA);1593 put(IfaceType.AP, android.hardware.wifi.V1_6.IfaceConcurrencyType.AP);1594 put(IfaceType.P2P, android.hardware.wifi.V1_6.IfaceConcurrencyType.P2P);1595 put(IfaceType.NAN, android.hardware.wifi.V1_6.IfaceConcurrencyType.NAN);1622 bridgedApLimit.types.add(IfaceConcurrencyType.AP_BRIDGED); in upgradeV1_0ChipModesToV1_6()1644 if (newLimitForBridgedApCombo.types.contains(IfaceConcurrencyType.AP)) { in upgradeV1_0ChipModesToV1_6()1649 && newLimitForBridgedApCombo.types.contains(IfaceConcurrencyType.STA)) { in upgradeV1_0ChipModesToV1_6()1652 newLimitForBridgedApCombo.types.remove((Integer) IfaceConcurrencyType.STA); in upgradeV1_0ChipModesToV1_6()1716 private static @WifiChip.IfaceConcurrencyType int halToFrameworkIfaceConcurrencyType(int type) { in halToFrameworkIfaceConcurrencyType()[all …]
46 import android.hardware.wifi.IfaceConcurrencyType;138 IfaceConcurrencyType.AP, halVendorData); in createApIface()167 IfaceConcurrencyType.AP_BRIDGED, halVendorData); in createBridgedApIface()1261 private static @WifiChip.IfaceConcurrencyType int halToFrameworkIfaceConcurrencyType(int type) { in halToFrameworkIfaceConcurrencyType()1263 case IfaceConcurrencyType.STA: in halToFrameworkIfaceConcurrencyType()1265 case IfaceConcurrencyType.AP: in halToFrameworkIfaceConcurrencyType()1267 case IfaceConcurrencyType.AP_BRIDGED: in halToFrameworkIfaceConcurrencyType()1269 case IfaceConcurrencyType.P2P: in halToFrameworkIfaceConcurrencyType()1271 case IfaceConcurrencyType.NAN_IFACE: in halToFrameworkIfaceConcurrencyType()
68 public @interface IfaceConcurrencyType {} annotation in WifiChip156 public final @IfaceConcurrencyType List<Integer> types;159 @IfaceConcurrencyType List<Integer> inTypes) { in ChipConcurrencyCombinationLimit()