Searched refs:mWifiP2pChannel (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/display/ |
D | WifiDisplayController.java | 98 private Channel mWifiP2pChannel; field in WifiDisplayController 198 if (mWifiP2pChannel == null && mWifiP2pManager != null) { in retrieveWifiP2pManagerAndChannel() 199 mWifiP2pChannel = mWifiP2pManager.initialize(mContext, mHandler.getLooper(), null); in retrieveWifiP2pManagerAndChannel() 299 mWifiP2pManager.setWfdInfo(mWifiP2pChannel, wfdInfo, new ActionListener() { in updateWfdEnableState() 327 mWifiP2pManager.setWfdInfo(mWifiP2pChannel, wfdInfo, new ActionListener() { in updateWfdEnableState() 396 mWifiP2pManager.discoverPeers(mWifiP2pChannel, new ActionListener() { in tryDiscoverPeers() 424 mWifiP2pManager.stopPeerDiscovery(mWifiP2pChannel, new ActionListener() { in stopPeerDiscovery() 442 mWifiP2pManager.requestPeers(mWifiP2pChannel, new PeerListListener() { in requestPeers() 605 mWifiP2pManager.removeGroup(mWifiP2pChannel, new ActionListener() { in updateConnection() 643 mWifiP2pManager.cancelConnect(mWifiP2pChannel, new ActionListener() { in updateConnection() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ClientModeImpl.java | 443 private AsyncChannel mWifiP2pChannel; field in ClientModeImpl 2826 if (mWifiP2pChannel != null) { in handlePreDhcpSetup() 2832 mWifiP2pChannel.sendMessage(msg); in handlePreDhcpSetup() 3279 mWifiP2pChannel = new AsyncChannel(); 3280 mWifiP2pChannel.connect(mContext, getHandler(), 3394 if (ac == mWifiP2pChannel) { 3409 if (ac == mWifiP2pChannel) { 5987 if (mWifiP2pChannel != null) { 5988 mWifiP2pChannel.sendMessage(what); 6000 if (mWifiP2pChannel != null) { [all …]
|