Home
last modified time | relevance | path

Searched refs:createRttController (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_chip_unit_tests.cpp260 bool createRttController() { in createRttController() function in aidl::android::hardware::wifi::WifiChipTest
262 auto status = chip_->createRttController(nullptr, &rtt_controller); in createRttController()
462 ASSERT_TRUE(createRttController()); in TEST_F()
468 ASSERT_TRUE(createRttController()); in TEST_F()
475 ASSERT_FALSE(createRttController()); in TEST_F()
480 ASSERT_TRUE(createRttController()); in TEST_F()
655 ASSERT_TRUE(createRttController()); in TEST_F()
661 ASSERT_TRUE(createRttController()); in TEST_F()
668 ASSERT_TRUE(createRttController()); in TEST_F()
723 ASSERT_TRUE(chip_->createRttController(nullptr, &rtt_controller).isOk()); in TEST_F()
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_rtt_controller_hidl_test.cpp71 HIDL_INVOKE(wifi_chip, createRttController, wifi_sta_iface); in TEST_P()
Dwifi_chip_hidl_test.cpp529 HIDL_INVOKE(wifi_chip_, createRttController, iface); in TEST_P()
/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DIWifiChip.aidl506 @PropagateAllowBlocking IWifiRttController createRttController(in IWifiStaIface boundIface); in createRttController() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifiChip.aidl42 …@PropagateAllowBlocking android.hardware.wifi.IWifiRttController createRttController(in android.ha… in createRttController() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiChip.aidl42 …@PropagateAllowBlocking android.hardware.wifi.IWifiRttController createRttController(in android.ha… in createRttController() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DIWifiChip.aidl42 …@PropagateAllowBlocking android.hardware.wifi.IWifiRttController createRttController(in android.ha… in createRttController() method
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_rtt_controller_aidl_test.cpp79 EXPECT_TRUE(wifi_chip->createRttController(wifi_sta_iface, &rtt_controller).isOk()); in getWifiRttController()
Dwifi_chip_aidl_test.cpp839 auto status = wifi_chip_->createRttController(iface, &rtt_controller); in TEST_P()
/hardware/interfaces/wifi/aidl/default/
Dwifi_chip.h125 ndk::ScopedAStatus createRttController(
Dwifi_chip.cpp467 ndk::ScopedAStatus WifiChip::createRttController( in createRttController() function in aidl::android::hardware::wifi::WifiChip
/hardware/interfaces/wifi/1.0/
DIWifiChip.hal554 createRttController(IWifiIface boundIface)