Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalHidlImpl.java373 SupplicantResult<ISupplicantIface> supplicantIface = in getIfaceV1_0() local
384 supplicantIface.setResult(status, iface); in getIfaceV1_0()
394 return supplicantIface.getResult(); in getIfaceV1_0()
402 SupplicantResult<ISupplicantIface> supplicantIface = in addIfaceV1_1() local
418 supplicantIface.setResult(status, iface); in addIfaceV1_1()
425 return supplicantIface.getResult(); in addIfaceV1_1()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHalHidlImpl.java492 Mutable<ISupplicantIface> supplicantIface = new Mutable<>(); in getIfaceV1_0() local
503 supplicantIface.value = iface; in getIfaceV1_0()
513 return supplicantIface.value; in getIfaceV1_0()
528 Mutable<ISupplicantIface> supplicantIface = new Mutable<>(); in addIfaceV1_1() local
537 supplicantIface.value = iface; in addIfaceV1_1()
552 return supplicantIface.value; in addIfaceV1_1()