Home
last modified time | relevance | path

Searched refs:getSupportedRadioCombinations (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DIWifiChip.aidl776 WifiRadioCombination[] getSupportedRadioCombinations(); in getSupportedRadioCombinations() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifiChip.aidl61 android.hardware.wifi.WifiRadioCombination[] getSupportedRadioCombinations(); in getSupportedRadioCombinations() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DIWifiChip.aidl61 android.hardware.wifi.WifiRadioCombination[] getSupportedRadioCombinations(); in getSupportedRadioCombinations() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiChip.aidl61 android.hardware.wifi.WifiRadioCombination[] getSupportedRadioCombinations(); in getSupportedRadioCombinations() method
/hardware/interfaces/wifi/aidl/default/
Dwifi_chip.h154 ndk::ScopedAStatus getSupportedRadioCombinations(
Dwifi_chip.cpp587 ndk::ScopedAStatus WifiChip::getSupportedRadioCombinations( in getSupportedRadioCombinations() function in aidl::android::hardware::wifi::WifiChip
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_chip_aidl_test.cpp253 auto status = wifi_chip_->getSupportedRadioCombinations(&combinations); in TEST_P()