Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.2/default/
Dwifi_rtt_controller.cpp32 const std::string& iface_name, const sp<IWifiIface>& bound_iface, in WifiRttController() argument
35 bound_iface_(bound_iface), in WifiRttController()
Dwifi_rtt_controller.h39 const std::string& iface_name, const sp<IWifiIface>& bound_iface,
Dwifi_chip.h116 const sp<IWifiIface>& bound_iface,
186 const sp<IWifiIface>& bound_iface);
Dwifi_chip.cpp496 const sp<IWifiIface>& bound_iface, createRttController_cb hidl_status_cb) { in createRttController() argument
499 hidl_status_cb, bound_iface); in createRttController()
929 WifiChip::createRttControllerInternal(const sp<IWifiIface>& bound_iface) { in createRttControllerInternal() argument
931 new WifiRttController(getWlan0IfaceName(), bound_iface, legacy_hal_); in createRttControllerInternal()