Searched refs:bound_iface (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_rtt_controller.h | 38 const std::shared_ptr<IWifiStaIface>& bound_iface, 42 const std::string& iface_name, const std::shared_ptr<IWifiStaIface>& bound_iface,
|
D | wifi_rtt_controller.cpp | 32 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()
|
D | wifi_chip.h | 209 const std::shared_ptr<IWifiStaIface>& bound_iface);
|
D | wifi_chip.cpp | 1121 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/ |
D | wifi_chip_unit_tests.cpp | 729 std::shared_ptr<IWifiStaIface> bound_iface; in TEST_F() local 730 auto status = rtt_controller->getBoundIface(&bound_iface); in TEST_F()
|