Home
last modified time | relevance | path

Searched refs:Iface (Results 1 - 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/
H A Diface.h24 * Implementation of Iface binder object. Each unique binder
28 class Iface : public fi::w1::wpa_supplicant::BnIface class
31 Iface(struct wpa_supplicant *wpa_s);
32 virtual ~Iface() = default;
H A Diface.cpp14 Iface::Iface(struct wpa_supplicant *wpa_s) : wpa_s_(wpa_s) {} in Iface() function in wpa_supplicant_binder::Iface
H A Dbinder_manager.h53 std::map<const void *, android::sp<Iface>> iface_object_map_;
H A Dbinder_manager.cpp62 iface_object_map_[iface_key] = new Iface(wpa_s); in registerInterface()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/
H A Diface.h24 * Implementation of Iface binder object. Each unique binder
28 class Iface : public fi::w1::wpa_supplicant::BnIface class
31 Iface(struct wpa_supplicant *wpa_s);
32 virtual ~Iface() = default;
H A Diface.cpp14 Iface::Iface(struct wpa_supplicant *wpa_s) : wpa_s_(wpa_s) {} in Iface() function in wpa_supplicant_binder::Iface
H A Dbinder_manager.h53 std::map<const void *, android::sp<Iface>> iface_object_map_;
H A Dbinder_manager.cpp62 iface_object_map_[iface_key] = new Iface(wpa_s); in registerInterface()

Completed in 3 milliseconds