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.java203 private Iface getIface(int id) { in getIface() method in WifiNative.IfaceManager
208 private Iface getIface(@NonNull String ifaceName) { in getIface() method in WifiNative.IfaceManager
675 final Iface ifaceWithId = mIfaceMgr.getIface(mInterfaceId); in interfaceLinkStateChanged()
683 final Iface ifaceWithName = mIfaceMgr.getIface(ifaceName); in interfaceLinkStateChanged()
1097 final Iface iface = mIfaceMgr.getIface(ifaceName); in isInterfaceUp()
1126 final Iface iface = mIfaceMgr.getIface(ifaceName); in teardownInterface()
1160 Iface iface = mIfaceMgr.getIface(ifaceIdIter.next()); in teardownAllInterfaces()
2630 Iface iface = mIfaceMgr.getIface(ifaceName); in getSupportedFeatureSet()