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/core/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
106
private Channel
mWifiP2pChannel
;
131
mWifiP2pChannel
= mWifiP2pManager.initialize(context, Looper.getMainLooper(), null);
477
mWifiP2pManager.createGroup(
mWifiP2pChannel
, new ActionListener() {
496
mWifiP2pManager.removeGroup(
mWifiP2pChannel
, new ActionListener() {
515
mWifiP2pManager.listen(
mWifiP2pChannel
, enable, new ActionListener() {
536
mWifiP2pManager.setWifiP2pChannels(
mWifiP2pChannel
,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java
436
private AsyncChannel
mWifiP2pChannel
;
[
all
...]
Completed in 177 milliseconds