Searched refs:WifiNanIface (Results 1 – 5 of 5) sorted by relevance
31 WifiNanIface::WifiNanIface( in WifiNanIface() function in android::hardware::wifi::V1_4::implementation::WifiNanIface52 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 …]
39 class WifiNanIface : public V1_4::IWifiNanIface {41 WifiNanIface(const std::string& ifname, bool is_dedicated_iface,177 DISALLOW_COPY_AND_ASSIGN(WifiNanIface);
268 std::vector<sp<WifiNanIface>> nan_ifaces_;
894 sp<WifiNanIface> iface = in createNanIfaceInternal()895 new WifiNanIface(ifname, is_dedicated_iface, legacy_hal_, iface_util_); in createNanIfaceInternal()
133 sp<WifiNanIface> nan_iface = in TEST_F()134 new WifiNanIface(kIfaceName, false, legacy_hal_, iface_util_); in TEST_F()