Searched refs:centerFreq (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/ |
D | WifiChannelInfo.aidl | 38 int centerFreq;
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/ |
D | WifiChannelInfo.aidl | 38 int centerFreq;
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/ |
D | WifiChannelInfo.aidl | 38 int centerFreq;
|
/hardware/interfaces/wifi/aidl/android/hardware/wifi/ |
D | WifiChannelInfo.aidl | 33 int centerFreq;
|
/hardware/interfaces/wifi/aidl/vts/functional/ |
D | wifi_rtt_controller_aidl_test.cpp | 154 channelInfo.centerFreq = 5660; in TEST_P() 182 config.channel.centerFreq = 5180; in TEST_P() 220 config.channel.centerFreq = 5180; in TEST_P() 265 config.channel.centerFreq = 5765; in TEST_P()
|
/hardware/interfaces/wifi/1.6/vts/functional/ |
D | wifi_rtt_controller_hidl_test.cpp | 176 config.channel.centerFreq = 5180; in TEST_P() 225 config.channel.centerFreq = 5765; in TEST_P() 289 channelInfo.centerFreq = 5660; in TEST_P()
|
/hardware/interfaces/wifi/1.4/vts/functional/ |
D | wifi_rtt_controller_hidl_test.cpp | 181 config.channel.centerFreq = 5180; in TEST_P() 234 config.channel.centerFreq = 5765; in TEST_P() 288 channelInfo.centerFreq = 5660; in TEST_P()
|
/hardware/interfaces/audio/effect/all-versions/vts/functional/ |
D | VtsHalAudioEffectTargetTest.cpp | 795 void getBandFrequencyRange(uint16_t band, uint32_t* minFreq, uint32_t* centerFreq, 833 uint32_t* centerFreq, uint32_t* maxFreq) { in getBandFrequencyRange() argument 848 *centerFreq = center; in getBandFrequencyRange() 855 *centerFreq = 10000; in getBandFrequencyRange() 924 uint32_t minFreq = 0xffffffff, centerFreq = 0xffffffff, maxFreq = 0xffffffff; in TEST_P() local 925 ASSERT_NO_FATAL_FAILURE(getBandFrequencyRange(i, &minFreq, ¢erFreq, &maxFreq)); in TEST_P() 928 EXPECT_GE(maxFreq, centerFreq); in TEST_P() 929 EXPECT_GE(centerFreq, minFreq); in TEST_P()
|
/hardware/interfaces/wifi/aidl/default/tests/ |
D | aidl_struct_util_unit_tests.cpp | 419 converted.radios[i].channelStats[k].channel.centerFreq); in TEST_F() 643 converted.radios[i].channelStats[k].channel.centerFreq); in TEST_F()
|
/hardware/interfaces/wifi/aidl/default/ |
D | aidl_struct_util.cpp | 897 aidl_channel_stat.channel.centerFreq = channel_stat.channel.center_freq; in convertLegacyLinkLayerRadioStatsToAidl() 2735 legacy_info->center_freq = aidl_info.centerFreq; in convertAidlWifiChannelInfoToLegacy() 2748 aidl_info->centerFreq = legacy_info.center_freq; in convertLegacyWifiChannelInfoToAidl()
|
/hardware/interfaces/wifi/1.6/ |
D | types.hal | 113 WifiChannelInMhz centerFreq;
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 112 WifiChannelInMhz centerFreq;
|