OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WifiP2pService
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java
60
import android.net.wifi.p2p.
WifiP2pService
;
100
* The WifiStateMachine supports Soft Ap and Client operations while
WifiP2pService
101
* handles Direct.
WifiP2pService
and WifiStateMachine co-ordinate to ensure only
195
//Used to initiate a connection with
WifiP2pService
358
/* Interaction with
WifiP2pService
*/
[
all
...]
/frameworks/base/services/java/com/android/server/
SystemServer.java
30
import android.net.wifi.p2p.
WifiP2pService
;
120
WifiP2pService
wifiP2p = null;
363
wifiP2p = new
WifiP2pService
(context);
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java
73
*
WifiP2pService
inclues a state machine to perform Wi-Fi p2p operations. Applications
82
public class
WifiP2pService
extends IWifiP2pManager.Stub {
83
private static final String TAG = "
WifiP2pService
";
167
public
WifiP2pService
(Context context) {
220
"
WifiP2pService
");
225
"
WifiP2pService
");
238
* an AsyncChannel communication with
WifiP2pService
250
pw.println("Permission Denial: can't dump
WifiP2pService
from from pid="
[
all
...]
Completed in 34 milliseconds