HomeSort by relevance Sort by last modified time
    Searched defs:HandoverServer (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 84 class HandoverServer(nfc.handover.HandoverServer):
86 super(HandoverServer, self).__init__()
89 print "HandoverServer - request received"
121 srv = HandoverServer()
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 109 class HandoverServer(nfc.handover.HandoverServer):
111 super(HandoverServer, self).__init__()
114 print "HandoverServer - request received"
149 srv = HandoverServer()
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java 31 public final class HandoverServer {
33 public static final String TAG = "HandoverServer";
49 public HandoverServer(int sap, HandoverManager manager, Callback callback) {
78 synchronized (HandoverServer.this) {
84 synchronized (HandoverServer.this) {
93 synchronized (HandoverServer.this) {
99 synchronized (HandoverServer.this) {
114 synchronized (HandoverServer.this) {
124 synchronized (HandoverServer.this) {
137 synchronized (HandoverServer.this)
    [all...]

Completed in 66 milliseconds