Home
last modified time | relevance | path

Searched refs:SupplicantResult (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java297 SupplicantResult<ISupplicantIface> supplicantIface = in getIfaceV1_0()
298 new SupplicantResult("getInterface()"); in getIfaceV1_0()
326 SupplicantResult<ISupplicantIface> supplicantIface = in addIfaceV1_1()
327 new SupplicantResult("addInterface(" + ifaceInfo + ")"); in addIfaceV1_1()
551 SupplicantResult<String> result = new SupplicantResult("getName()"); in getName()
582 SupplicantResult<Void> result = new SupplicantResult("registerCallback()"); in registerCallback()
610 SupplicantResult<Void> result = new SupplicantResult("find(" + timeout + ")"); in find()
630 SupplicantResult<Void> result = new SupplicantResult("stopFind()"); in stopFind()
650 SupplicantResult<Void> result = new SupplicantResult("flush()"); in flush()
671 SupplicantResult<Void> result = new SupplicantResult("serviceFlush()"); in serviceFlush()
[all …]