Searched refs:getBoundIface (Results 1 – 8 of 8) sorted by relevance
39 android.hardware.wifi.IWifiStaIface getBoundIface(); in getBoundIface() method
70 IWifiStaIface getBoundIface(); in getBoundIface() method
52 ndk::ScopedAStatus getBoundIface(std::shared_ptr<IWifiStaIface>* _aidl_return) override;
69 ndk::ScopedAStatus WifiRttController::getBoundIface(std::shared_ptr<IWifiStaIface>* _aidl_return) { in getBoundIface() function in aidl::android::hardware::wifi::WifiRttController
36 getBoundIface() generates (WifiStatus status, IWifiIface boundIface);
730 auto status = rtt_controller->getBoundIface(&bound_iface); in TEST_F()