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

  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 110 class HandoverServer(nfc.handover.HandoverServer):
112 super(HandoverServer, self).__init__(llc)
134 summary("HandoverServer - request received")
255 srv = HandoverServer(llc)
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py 259 class HandoverServer(nfc.handover.HandoverServer):
261 super(HandoverServer, self).__init__(llc)
286 print "HandoverServer - request received"
519 srv = HandoverServer(llc)
wps-nfc.py 138 class HandoverServer(nfc.handover.HandoverServer):
140 super(HandoverServer, self).__init__(llc)
164 summary("HandoverServer - request received")
410 srv = HandoverServer(llc)
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java 38 public final class HandoverServer {
40 static final String TAG = "HandoverServer";
58 public HandoverServer(Context context, int sap, HandoverDataParser manager, Callback callback) {
88 synchronized (HandoverServer.this) {
94 synchronized (HandoverServer.this) {
103 synchronized (HandoverServer.this) {
109 synchronized (HandoverServer.this) {
124 synchronized (HandoverServer.this) {
134 synchronized (HandoverServer.this) {
147 synchronized (HandoverServer.this)
    [all...]

Completed in 1420 milliseconds