Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java326 SupplicantResult<ISupplicantIface> supplicantIface = in getIfaceV1_0()
327 new SupplicantResult("getInterface()"); in getIfaceV1_0()
355 SupplicantResult<ISupplicantIface> supplicantIface = in addIfaceV1_1()
356 new SupplicantResult("addInterface(" + ifaceInfo + ")"); in addIfaceV1_1()
612 SupplicantResult<String> result = new SupplicantResult("getName()"); in getName()
643 SupplicantResult<Void> result = new SupplicantResult("registerCallback()"); in registerCallback()
701 SupplicantResult<Void> result = new SupplicantResult("find(" + timeout + ")"); in find()
721 SupplicantResult<Void> result = new SupplicantResult("stopFind()"); in stopFind()
741 SupplicantResult<Void> result = new SupplicantResult("flush()"); in flush()
762 SupplicantResult<Void> result = new SupplicantResult("serviceFlush()"); in serviceFlush()
[all …]