Home
last modified time | relevance | path

Searched refs:is_dedicated_iface (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_nan_iface_unit_tests.cpp51 MockNanIface(const std::string& ifname, bool is_dedicated_iface, in MockNanIface() argument
54 : WifiNanIface(ifname, is_dedicated_iface, legacy_hal, iface_util) {} in MockNanIface()
57 const std::string& ifname, bool is_dedicated_iface, in createMock() argument
61 ifname, is_dedicated_iface, legacy_hal, iface_util); in createMock()
/hardware/interfaces/wifi/aidl/default/
Dwifi_nan_iface.h38 WifiNanIface(const std::string& ifname, bool is_dedicated_iface,
44 const std::string& ifname, bool is_dedicated_iface,
Dwifi_nan_iface.cpp31 WifiNanIface::WifiNanIface(const std::string& ifname, bool is_dedicated_iface, in WifiNanIface() argument
35 is_dedicated_iface_(is_dedicated_iface), in WifiNanIface()
41 const std::string& ifname, bool is_dedicated_iface, in create() argument
45 ifname, is_dedicated_iface, legacy_hal, iface_util); in create()
46 if (is_dedicated_iface) { in create()
Dwifi_chip.cpp964 bool is_dedicated_iface = true; in createNanIfaceInternal() local
970 is_dedicated_iface = false; in createNanIfaceInternal()
973 WifiNanIface::create(ifname, is_dedicated_iface, legacy_hal_, iface_util_); in createNanIfaceInternal()