Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DWifiDisplayController.java99 private final Channel mWifiP2pChannel; field in WifiDisplayController
169 mWifiP2pChannel = mWifiP2pManager.initialize(context, handler.getLooper(), null); in WifiDisplayController()
291 mWifiP2pManager.setWFDInfo(mWifiP2pChannel, wfdInfo, new ActionListener() { in updateWfdEnableState()
319 mWifiP2pManager.setWFDInfo(mWifiP2pChannel, wfdInfo, new ActionListener() { in updateWfdEnableState()
388 mWifiP2pManager.discoverPeers(mWifiP2pChannel, new ActionListener() { in tryDiscoverPeers()
416 mWifiP2pManager.stopPeerDiscovery(mWifiP2pChannel, new ActionListener() { in stopPeerDiscovery()
434 mWifiP2pManager.requestPeers(mWifiP2pChannel, new PeerListListener() { in requestPeers()
597 mWifiP2pManager.removeGroup(mWifiP2pChannel, new ActionListener() { in updateConnection()
635 mWifiP2pManager.cancelConnect(mWifiP2pChannel, new ActionListener() { in updateConnection()
695 mWifiP2pManager.connect(mWifiP2pChannel, config, new ActionListener() { in updateConnection()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java533 private AsyncChannel mWifiP2pChannel; field in WifiStateMachine
4959 mWifiP2pChannel.sendMessage(msg); in handlePreDhcpSetup()
5006mWifiP2pChannel.sendMessage(WifiP2pServiceImpl.BLOCK_DISCOVERY, WifiP2pServiceImpl.DISABLED); in handlePostDhcpSetup()
5403 if (ac == mWifiP2pChannel) { in processMessage()
5405 mWifiP2pChannel.sendMessage(AsyncChannel.CMD_CHANNEL_FULL_CONNECTION); in processMessage()
5416 if (ac == mWifiP2pChannel) { in processMessage()
5629 if (mWifiP2pChannel == null) { in enter()
5630 mWifiP2pChannel = new AsyncChannel(); in enter()
5631 mWifiP2pChannel.connect(mContext, getHandler(), in enter()
5946 mWifiP2pChannel.sendMessage(WifiP2pServiceImpl.SET_COUNTRY_CODE, country); in processMessage()
[all …]