Home
last modified time | relevance | path

Searched refs:Iface (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java368 public static class Iface { class in WifiNative
399 Iface(int id, @Iface.IfaceType int type) { in Iface() method in WifiNative.Iface
441 private HashMap<Integer, Iface> mIfaces = new HashMap<>();
449 private Iface allocateIface(@Iface.IfaceType int type) { in allocateIface()
453 Iface iface = new Iface(mNextId, type); in allocateIface()
460 private Iface removeIface(int id) { in removeIface()
468 private Iface getIface(int id) { in getIface()
473 private Iface getIface(@NonNull String ifaceName) { in getIface()
474 for (Iface iface : mIfaces.values()) { in getIface()
493 private boolean hasAnyIfaceOfType(@Iface.IfaceType int type) { in hasAnyIfaceOfType()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeManager.java50 private WifiNative.Iface mNanIface;
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pNativeInterfaceManagementTest.java77 @Mock private WifiNative.Iface mMockP2pIface;
DWifiP2pNativeTest.java110 @Mock private WifiNative.Iface mMockP2pIface;
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareNativeManagerTest.java64 @Mock private WifiNative.Iface mWifiNativeNanIfaceMock;
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java131 private WifiNative.Iface mActiveP2pIface;
132 private WifiNative.Iface mActiveNanIface;
2185 boolean anyOtherP2pIface, WifiNative.Iface iface, boolean vendorHalSupported) in executeAndValidateTeardownP2pInterface()
2196 WifiNative.Iface iface, boolean vendorHalSupported) in executeAndValidateTeardownP2pInterface()
2246 boolean anyOtherNanIface, WifiNative.Iface iface) throws Exception { in executeAndValidateTeardownNanInterface()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java67 private WifiNative.Iface mP2pIface;