Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.4/default/
Dwifi_nan_iface.cpp31 WifiNanIface::WifiNanIface( in WifiNanIface() function in android::hardware::wifi::V1_4::implementation::WifiNanIface
52 android::wp<WifiNanIface> weak_ptr_this(this); in WifiNanIface()
536 void WifiNanIface::invalidate() { in invalidate()
552 bool WifiNanIface::isValid() { return is_valid_; } in isValid()
554 std::string WifiNanIface::getName() { return ifname_; } in getName()
557 WifiNanIface::getEventCallbacks() { in getEventCallbacks()
562 WifiNanIface::getEventCallbacks_1_2() { in getEventCallbacks_1_2()
566 Return<void> WifiNanIface::getName(getName_cb hidl_status_cb) { in getName()
568 &WifiNanIface::getNameInternal, hidl_status_cb); in getName()
571 Return<void> WifiNanIface::getType(getType_cb hidl_status_cb) { in getType()
[all …]
Dwifi_nan_iface.h39 class WifiNanIface : public V1_4::IWifiNanIface {
41 WifiNanIface(const std::string& ifname, bool is_dedicated_iface,
177 DISALLOW_COPY_AND_ASSIGN(WifiNanIface);
Dwifi_chip.h268 std::vector<sp<WifiNanIface>> nan_ifaces_;
Dwifi_chip.cpp894 sp<WifiNanIface> iface = in createNanIfaceInternal()
895 new WifiNanIface(ifname, is_dedicated_iface, legacy_hal_, iface_util_); in createNanIfaceInternal()
/hardware/interfaces/wifi/1.4/default/tests/
Dwifi_nan_iface_unit_tests.cpp133 sp<WifiNanIface> nan_iface = in TEST_F()
134 new WifiNanIface(kIfaceName, false, legacy_hal_, iface_util_); in TEST_F()