OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWifiP2pChannel
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/display/
WifiDisplayController.java
99
private final Channel
mWifiP2pChannel
;
169
mWifiP2pChannel
= mWifiP2pManager.initialize(context, handler.getLooper(), null);
291
mWifiP2pManager.setWFDInfo(
mWifiP2pChannel
, wfdInfo, new ActionListener() {
319
mWifiP2pManager.setWFDInfo(
mWifiP2pChannel
, wfdInfo, new ActionListener() {
388
mWifiP2pManager.discoverPeers(
mWifiP2pChannel
, new ActionListener() {
416
mWifiP2pManager.stopPeerDiscovery(
mWifiP2pChannel
, new ActionListener() {
434
mWifiP2pManager.requestPeers(
mWifiP2pChannel
, new PeerListListener() {
597
mWifiP2pManager.removeGroup(
mWifiP2pChannel
, new ActionListener() {
635
mWifiP2pManager.cancelConnect(
mWifiP2pChannel
, new ActionListener() {
695
mWifiP2pManager.connect(
mWifiP2pChannel
, config, new ActionListener()
[
all
...]
/packages/apps/Settings/src/com/android/settings/wfd/
WifiDisplaySettings.java
113
private Channel
mWifiP2pChannel
;
133
mWifiP2pChannel
= mWifiP2pManager.initialize(context, Looper.getMainLooper(), null);
476
mWifiP2pManager.createGroup(
mWifiP2pChannel
, new ActionListener() {
495
mWifiP2pManager.removeGroup(
mWifiP2pChannel
, new ActionListener() {
514
mWifiP2pManager.listen(
mWifiP2pChannel
, enable, new ActionListener() {
535
mWifiP2pManager.setWifiP2pChannels(
mWifiP2pChannel
,
/frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java
287
private AsyncChannel
mWifiP2pChannel
;
[
all
...]
Completed in 52 milliseconds