Home
last modified time | relevance | path

Searched refs:bound_iface (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Dwifi_rtt_controller.h38 const std::shared_ptr<IWifiStaIface>& bound_iface,
42 const std::string& iface_name, const std::shared_ptr<IWifiStaIface>& bound_iface,
Dwifi_rtt_controller.cpp32 const std::shared_ptr<IWifiStaIface>& bound_iface, in WifiRttController() argument
34 : ifname_(iface_name), bound_iface_(bound_iface), legacy_hal_(legacy_hal), is_valid_(true) {} in WifiRttController()
37 const std::string& iface_name, const std::shared_ptr<IWifiStaIface>& bound_iface, in create() argument
40 ndk::SharedRefBase::make<WifiRttController>(iface_name, bound_iface, legacy_hal); in create()
Dwifi_chip.h209 const std::shared_ptr<IWifiStaIface>& bound_iface);
Dwifi_chip.cpp1121 WifiChip::createRttControllerInternal(const std::shared_ptr<IWifiStaIface>& bound_iface) { in createRttControllerInternal() argument
1129 WifiRttController::create(getFirstActiveWlanIfaceName(), bound_iface, legacy_hal_); in createRttControllerInternal()
/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_chip_unit_tests.cpp729 std::shared_ptr<IWifiStaIface> bound_iface; in TEST_F() local
730 auto status = rtt_controller->getBoundIface(&bound_iface); in TEST_F()