Searched refs:P2pIface (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Dp2p_iface.cpp55 P2pIface::P2pIface(struct wpa_global* wpa_global, const char ifname[]) function in class:android::hardware::wifi::supplicant::V1_0::implementation::P2pIface
60 void P2pIface::invalidate() { is_valid_ = false; }
61 bool P2pIface::isValid()
65 Return<void> P2pIface::getName(getName_cb _hidl_cb)
69 &P2pIface::getNameInternal, _hidl_cb);
72 Return<void> P2pIface::getType(getType_cb _hidl_cb)
76 &P2pIface::getTypeInternal, _hidl_cb);
79 Return<void> P2pIface::addNetwork(addNetwork_cb _hidl_cb)
83 &P2pIface
[all...]
H A Dp2p_iface.h40 * Implementation of P2pIface hidl object. Each unique hidl
44 class P2pIface class in namespace:android::hardware::wifi::supplicant::V1_0::implementation
48 P2pIface(struct wpa_global* wpa_global, const char ifname[]);
49 ~P2pIface() override = default;
304 DISALLOW_COPY_AND_ASSIGN(P2pIface);
H A Dhidl_manager.h205 std::map<const std::string, android::sp<P2pIface>>
H A Dhidl_manager.cpp414 if (addHidlObjectToMap<P2pIface>(
416 new P2pIface(wpa_s->global, wpa_s->ifname),

Completed in 147 milliseconds