Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dhidl_manager.cpp1984 const std::string &ifname, android::sp<ISupplicantP2pIface> *iface_object) in getP2pIfaceHidlObjectByIfname() argument
1986 if (ifname.empty() || !iface_object) in getP2pIfaceHidlObjectByIfname()
1993 *iface_object = iface_object_iter->second; in getP2pIfaceHidlObjectByIfname()
2007 const std::string &ifname, android::sp<V1_1::ISupplicantStaIface> *iface_object) in getStaIfaceHidlObjectByIfname() argument
2009 if (ifname.empty() || !iface_object) in getStaIfaceHidlObjectByIfname()
2016 *iface_object = iface_object_iter->second; in getStaIfaceHidlObjectByIfname()
Dhidl_manager.h185 android::sp<ISupplicantP2pIface> *iface_object);
188 android::sp<V1_1::ISupplicantStaIface> *iface_object);