Home
last modified time | relevance | path

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

/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java105 private IpManager mIpManager; field in EthernetNetworkFactory
128 if (mIpManager != null) { in stopIpManagerLocked()
129 mIpManager.shutdown(); in stopIpManagerLocked()
130 mIpManager = null; in stopIpManagerLocked()
320 mIpManager = new IpManager(mContext, mIface, ipmCallback); in onRequestNetwork()
324 mIpManager.setHttpProxy(config.getHttpProxy()); in onRequestNetwork()
330 mIpManager.setTcpBufferSizes(tcpBufferSizes); in onRequestNetwork()
334 mIpManager.buildProvisioningConfiguration() in onRequestNetwork()
337 mIpManager.startProvisioning(provisioningConfiguration); in onRequestNetwork()
534 if (mIpManager != null) { in dump()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java110 private IpManager mIpManager; field in WifiP2pServiceImpl
415 if (mIpManager != null) { in stopIpManager()
416 mIpManager.stop(); in stopIpManager()
417 mIpManager = null; in stopIpManager()
425 mIpManager = new IpManager(mContext, ifname, in startIpManager()
451 mIpManager.buildProvisioningConfiguration() in startIpManager()
457 mIpManager.startProvisioning(config); in startIpManager()
514 final IpManager ipManager = mIpManager; in dump()
2001 mIpManager.completedPreDhcpAction(); in processMessage()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java528 private final IpManager mIpManager; field in WifiStateMachine
1054 mIpManager = mFacade.makeIpManager(mContext, mInterfaceName, new IpManagerCallback()); in WifiStateMachine()
1055 mIpManager.setMulticastFilter(true); in WifiStateMachine()
1281 mIpManager.stop(); in stopIpManager()
2121 mIpManager.setMulticastFilter(true); in startFilteringMulticastPackets()
2128 mIpManager.setMulticastFilter(false); in stopFilteringMulticastPackets()
2275 mIpManager.dump(fd, pw, args); in dumpIpManager()
5406 mIpManager.confirmConfiguration(); in processMessage()
6031 mIpManager.setHttpProxy( in processMessage()
6475 mIpManager.stop(); in exit()
[all …]