Searched refs:WifiNanIface (Results 1 – 4 of 4) sorted by relevance
31 WifiNanIface::WifiNanIface( in WifiNanIface() function in android::hardware::wifi::V1_2::implementation::WifiNanIface39 android::wp<WifiNanIface> weak_ptr_this(this); in WifiNanIface()503 void WifiNanIface::invalidate() { in invalidate()515 bool WifiNanIface::isValid() { return is_valid_; } in isValid()517 std::string WifiNanIface::getName() { return ifname_; } in getName()520 WifiNanIface::getEventCallbacks() { in getEventCallbacks()525 WifiNanIface::getEventCallbacks_1_2() { in getEventCallbacks_1_2()529 Return<void> WifiNanIface::getName(getName_cb hidl_status_cb) { in getName()531 &WifiNanIface::getNameInternal, hidl_status_cb); in getName()534 Return<void> WifiNanIface::getType(getType_cb hidl_status_cb) { in getType()[all …]
37 class WifiNanIface : public V1_2::IWifiNanIface {39 WifiNanIface(const std::string& ifname,156 DISALLOW_COPY_AND_ASSIGN(WifiNanIface);
226 std::vector<sp<WifiNanIface>> nan_ifaces_;
795 sp<WifiNanIface> iface = new WifiNanIface(ifname, legacy_hal_); in createNanIfaceInternal()