HomeSort by relevance Sort by last modified time
    Searched defs:WifiNanIface (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/wifi/1.0/default/
wifi_nan_iface.h 36 class WifiNanIface : public IWifiNanIface {
38 WifiNanIface(const std::string& ifname,
131 DISALLOW_COPY_AND_ASSIGN(WifiNanIface);
wifi_nan_iface.cpp 31 WifiNanIface::WifiNanIface(
39 android::wp<WifiNanIface> weak_ptr_this(this);
422 void WifiNanIface::invalidate() {
428 bool WifiNanIface::isValid() {
432 std::set<sp<IWifiNanIfaceEventCallback>> WifiNanIface::getEventCallbacks() {
436 Return<void> WifiNanIface::getName(getName_cb hidl_status_cb) {
439 &WifiNanIface::getNameInternal,
443 Return<void> WifiNanIface::getType(getType_cb hidl_status_cb) {
446 &WifiNanIface::getTypeInternal
    [all...]

Completed in 70 milliseconds