OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:devicepath
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_find.py
28
def deviceFound(
devicepath
):
29
print "Device found: %s" % (
devicepath
)
31
def deviceLost(
devicepath
):
32
print "Device lost: %s" % (
devicepath
)
p2p_flush.py
27
def deviceLost(
devicepath
):
28
print "Device lost: %s" % (
devicepath
)
p2p_stop_find.py
25
def deviceLost(
devicepath
):
26
print "Device lost: %s" % (
devicepath
)
Completed in 88 milliseconds