Searched refs:mIfaces (Results 1 – 1 of 1) sorted by relevance
302 private HashMap<Integer, Iface> mIfaces = new HashMap<>(); field in WifiNative.IfaceManager307 mIfaces.put(mNextId, iface); in allocateIface()314 return mIfaces.remove(id); in removeIface()319 return mIfaces.get(id); in getIface()324 for (Iface iface : mIfaces.values()) { in getIface()334 return mIfaces.keySet().iterator(); in getIfaceIdIter()339 return !mIfaces.isEmpty(); in hasAnyIface()344 for (Iface iface : mIfaces.values()) { in hasAnyIfaceOfType()369 for (Iface iface : mIfaces.values()) { in findAllStaIfaceNames()380 for (Iface iface : mIfaces.values()) { in findAllApIfaceNames()[all …]