Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java121 private static class Iface { class in WifiNative
146 Iface(int id, @Iface.IfaceType int type) { in Iface() method in WifiNative.Iface
188 private HashMap<Integer, Iface> mIfaces = new HashMap<>();
191 private Iface allocateIface(@Iface.IfaceType int type) { in allocateIface()
192 Iface iface = new Iface(mNextId, type); in allocateIface()
199 private Iface removeIface(int id) { in removeIface()
204 private Iface getIface(int id) { in getIface()
209 private Iface getIface(@NonNull String ifaceName) { in getIface()
210 for (Iface iface : mIfaces.values()) { in getIface()
229 private boolean hasAnyIfaceOfType(@Iface.IfaceType int type) { in hasAnyIfaceOfType()
[all …]