Searched refs:mWifiP2pChannel (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiP2pConnection.java | 45 private AsyncChannel mWifiP2pChannel; field in WifiP2pConnection 72 if (ac == mWifiP2pChannel) { in handleMessage() 89 if (ac == mWifiP2pChannel) { in handleMessage() 121 mWifiP2pChannel = new AsyncChannel(); in handleBootCompleted() 131 return mWifiP2pChannel != null; in isConnected() 136 if (mWifiP2pChannel == null) { in sendMessage() 140 mWifiP2pChannel.sendMessage(what); in sendMessage() 146 if (mWifiP2pChannel == null) { in sendMessage() 150 mWifiP2pChannel.sendMessage(what, arg1); in sendMessage() 156 if (mWifiP2pChannel == null) { in sendMessage() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | WifiDisplayController.java | 98 private Channel mWifiP2pChannel; field in WifiDisplayController 198 if (mWifiP2pChannel == null && mWifiP2pManager != 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() 703 mWifiP2pManager.connect(mWifiP2pChannel, config, new ActionListener() { in updateConnection() [all …]
|
/aosp12/packages/apps/Settings/src/com/android/settings/wfd/ |
H A D | WifiDisplaySettings.java | 112 private Channel mWifiP2pChannel; field in WifiDisplaySettings 138 mWifiP2pChannel = mWifiP2pManager.initialize(context, Looper.getMainLooper(), null); in onCreate() 485 mWifiP2pManager.createGroup(mWifiP2pChannel, new ActionListener() { in startAutoGO() 504 mWifiP2pManager.removeGroup(mWifiP2pChannel, new ActionListener() { in stopAutoGO() 539 mWifiP2pManager.startListening(mWifiP2pChannel, listener); in setListenMode() 541 mWifiP2pManager.stopListening(mWifiP2pChannel, listener); in setListenMode() 549 mWifiP2pManager.setWifiP2pChannels(mWifiP2pChannel, in setWifiP2pChannels()
|