Searched refs:mIfaces (Results 1 – 1 of 1) sorted by relevance
441 private HashMap<Integer, Iface> mIfaces = new HashMap<>(); field in WifiNative.IfaceManager451 Log.d(TAG, "IfaceManager#allocateIface: type=" + type + ", pre-map=" + mIfaces); in allocateIface()454 mIfaces.put(mNextId, iface); in allocateIface()462 Log.d(TAG, "IfaceManager#removeIface: id=" + id + ", pre-map=" + mIfaces); in removeIface()464 return mIfaces.remove(id); in removeIface()469 return mIfaces.get(id); in getIface()474 for (Iface iface : mIfaces.values()) { in getIface()484 return mIfaces.keySet().iterator(); in getIfaceIdIter()489 return !mIfaces.isEmpty(); in hasAnyIface()494 for (Iface iface : mIfaces.values()) { in hasAnyIfaceOfType()[all …]