Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java204 private Iface getIface(int id) { in getIface() method in WifiNative.IfaceManager
209 private Iface getIface(@NonNull String ifaceName) { in getIface() method in WifiNative.IfaceManager
676 final Iface ifaceWithId = mIfaceMgr.getIface(mInterfaceId); in interfaceLinkStateChanged()
684 final Iface ifaceWithName = mIfaceMgr.getIface(ifaceName); in interfaceLinkStateChanged()
1098 final Iface iface = mIfaceMgr.getIface(ifaceName); in isInterfaceUp()
1127 final Iface iface = mIfaceMgr.getIface(ifaceName); in teardownInterface()
1161 Iface iface = mIfaceMgr.getIface(ifaceIdIter.next()); in teardownAllInterfaces()
2631 Iface iface = mIfaceMgr.getIface(ifaceName); in getSupportedFeatureSet()