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.java98 private final Channel mWifiP2pChannel; field in WifiDisplayController
168 mWifiP2pChannel = mWifiP2pManager.initialize(context, handler.getLooper(), null); in WifiDisplayController()
290 mWifiP2pManager.setWFDInfo(mWifiP2pChannel, wfdInfo, new ActionListener() { in updateWfdEnableState()
318 mWifiP2pManager.setWFDInfo(mWifiP2pChannel, wfdInfo, new ActionListener() { in updateWfdEnableState()
387 mWifiP2pManager.discoverPeers(mWifiP2pChannel, new ActionListener() { in tryDiscoverPeers()
415 mWifiP2pManager.stopPeerDiscovery(mWifiP2pChannel, new ActionListener() { in stopPeerDiscovery()
433 mWifiP2pManager.requestPeers(mWifiP2pChannel, new PeerListListener() { in requestPeers()
596 mWifiP2pManager.removeGroup(mWifiP2pChannel, new ActionListener() { in updateConnection()
634 mWifiP2pManager.cancelConnect(mWifiP2pChannel, new ActionListener() { in updateConnection()
694 mWifiP2pManager.connect(mWifiP2pChannel, config, new ActionListener() { in updateConnection()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java419 private AsyncChannel mWifiP2pChannel; field in ClientModeImpl
3061 if (mWifiP2pChannel != null) { in handlePreDhcpSetup()
3068 mWifiP2pChannel.sendMessage(msg); in handlePreDhcpSetup()
3382 mWifiP2pChannel = new AsyncChannel(); in getAdditionalWifiServiceInterfaces()
3383 mWifiP2pChannel.connect(mContext, getHandler(), in getAdditionalWifiServiceInterfaces()
3472 if (ac == mWifiP2pChannel) { in processMessage()
3487 if (ac == mWifiP2pChannel) { in processMessage()
6354 if (mWifiP2pChannel != null) { in p2pSendMessage()
6355 mWifiP2pChannel.sendMessage(what); in p2pSendMessage()
6367 if (mWifiP2pChannel != null) { in p2pSendMessage()
[all …]