Searched refs:Iface (Results 1 – 1 of 1) sorted by relevance
120 private static class Iface { class in WifiNative145 Iface(int id, @Iface.IfaceType int type) { in Iface() method in WifiNative.Iface187 private HashMap<Integer, Iface> mIfaces = new HashMap<>();190 private Iface allocateIface(@Iface.IfaceType int type) { in allocateIface()191 Iface iface = new Iface(mNextId, type); in allocateIface()198 private Iface removeIface(int id) { in removeIface()203 private Iface getIface(int id) { in getIface()208 private Iface getIface(@NonNull String ifaceName) { in getIface()209 for (Iface iface : mIfaces.values()) { in getIface()228 private boolean hasAnyIfaceOfType(@Iface.IfaceType int type) { in hasAnyIfaceOfType()[all …]