Searched refs:WifiNanIface (Results 1 – 5 of 5) sorted by relevance
31 WifiNanIface::WifiNanIface( in WifiNanIface() function in android::hardware::wifi::V1_3::implementation::WifiNanIface43 android::wp<WifiNanIface> weak_ptr_this(this); in WifiNanIface()527 void WifiNanIface::invalidate() { in invalidate()539 bool WifiNanIface::isValid() { return is_valid_; } in isValid()541 std::string WifiNanIface::getName() { return ifname_; } in getName()544 WifiNanIface::getEventCallbacks() { in getEventCallbacks()549 WifiNanIface::getEventCallbacks_1_2() { in getEventCallbacks_1_2()553 Return<void> WifiNanIface::getName(getName_cb hidl_status_cb) { in getName()555 &WifiNanIface::getNameInternal, hidl_status_cb); in getName()558 Return<void> WifiNanIface::getType(getType_cb hidl_status_cb) { in getType()[all …]
38 class WifiNanIface : public V1_2::IWifiNanIface {40 WifiNanIface(const std::string& ifname,159 DISALLOW_COPY_AND_ASSIGN(WifiNanIface);
256 std::vector<sp<WifiNanIface>> nan_ifaces_;
864 sp<WifiNanIface> iface = new WifiNanIface(ifname, legacy_hal_, iface_util_); in createNanIfaceInternal()
124 sp<WifiNanIface> nan_iface = in TEST_F()125 new WifiNanIface(kIfaceName, legacy_hal_, iface_util_); in TEST_F()