Home
last modified time | relevance | path

Searched refs:channels (Results 1 – 25 of 31) sorted by relevance

12

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DChannelSwitchTest.py176 channels = hostapd_constants.US_CHANNELS_2G
177 random.shuffle(channels)
178 self.log.info('Shuffled channel switch sequence: {}'.format(channels))
182 channel_switches=channels,
204 channels = hostapd_constants.US_CHANNELS_5G
205 random.shuffle(channels)
206 self.log.info('Shuffled channel switch sequence: {}'.format(channels))
210 channel_switches=channels,
221 channels = self.GLOBAL_OPERATING_CLASS_115_CHANNELS + [
227 channel_switches=channels)
[all …]
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtInterferenceStaticTest.py49 for channels in self.static_wifi_interference['channels']:
50 arg_set = [(level, channels)]
56 def create_test_name(self, level, channels): argument
58 for i in channels:
64 def bt_range_with_static_wifi_interference(self, level, channels): argument
72 inject_static_wifi_interference(self.wifi_int_pairs, level, channels)
DBtInterferenceDynamicTest.py61 for channels in self.interference_channels:
63 interference_atten_level, channels)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiPingTest.py628 def generate_test_cases(self, ap_power, channels, modes, chain_mask, argument
643 channels, modes, chain_mask, test_types):
668 channels=[
687 channels=[
703 channels=[1, 6, 11, 36, 40, 44, 48, 149, 153, 157, 161],
828 def generate_test_cases(self, ap_power, channels, modes, chain_masks, argument
841 channels, modes, chain_masks, positions):
870 channels=[6, 36, 149, '6g37', '6g117', '6g213'],
884 channels=[6, 36, 149],
898 channels=[6, 36, 149],
[all …]
DWifiRvrTest.py726 def generate_test_cases(self, channels, modes, traffic_types, argument
741 channels, modes, traffic_types, traffic_directions):
763 channels=[
777 channels=[1, 6, 11, 36, 40, 44, 48, 149, 153, 157, 161],
788 channels=[
802 channels=[6, 36, 149, '6g37'],
813 channels=[6, 36, 149],
824 channels=[6, 36, 149],
835 channels=[64, 100, 116, 132, 140],
846 channels=[
[all …]
DWifiTxPowerCheckTest.py93 channels=[6, 36, 52, 100, 149, '6g37', '6g117', '6g213'],
366 for band, channels in self.BAND_TO_CHANNEL_MAP.items():
367 if testcase_params['channel'] in channels:
400 for band, channels in self.BAND_TO_CHANNEL_MAP.items():
401 if testcase_params['channel'] in channels:
927 def generate_test_cases(self, ap_power, channels, modes, test_types, argument
942 channels, modes, test_types, country_codes, sar_states):
973 channels=[6, 36, 52, 100, 149, '6g37'],
DWifiThroughputStabilityTest.py67 def generate_test_cases(self, channels, modes, traffic_types, argument
82 channels,
645 def generate_test_cases(self, channels, modes, traffic_types, argument
660 channels, modes, signal_levels, traffic_types,
DWifiSensitivityTest.py605 def generate_test_cases(self, channels, modes, chain_mask): argument
608 for channel in channels:
875 def generate_test_cases(self, channels, modes, requested_rates, chain_mask, argument
879 for channel in channels:
DWifiRssiTest.py820 def generate_test_cases(self, test_types, channels, modes, traffic_modes): argument
834 channels, modes, traffic_modes, test_types):
1058 def generate_test_cases(self, test_types, channels, modes, traffic_modes, argument
1072 test_type) in itertools.product(channels, modes, traffic_modes,
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DTesting.kt4 import kotlinx.coroutines.channels.Channel
5 import kotlinx.coroutines.channels.SendChannel
6 import kotlinx.coroutines.channels.toList
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Daudio_capture_device.py157 self.channels = self.audio_params['channel']
194 channels=self.channels,
/tools/test/connectivity/acts/framework/acts/controllers/
Dbits.py481 channels = {
485 channels = list(channels)
486 list.sort(channels)
509 for key in channels:
/tools/test/connectivity/acts_tests/tests/google/cellular/performance/
DCellularFr2PeakThroughputTest.py348 def generate_test_cases(self, bands, channels, nr_mcs_pair_list, argument
355 orientation_list, bands, channels, num_ul_cells_list,
564 def generate_test_cases(self, bands, channels, nr_mcs_pair_list, argument
570 bands, channels, num_ul_cells_list, num_dl_cells_list,
DCellularFr2UplinkPowerSweepTest.py255 def generate_test_cases(self, bands, channels, nr_mcs_pair_list, argument
262 orientation_list, bands, channels, num_ul_cells_list,
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_client.py126 def export_as_csv(self, channels, collection_name, output_file): argument
140 channels_arg = ','.join(channels)
/tools/apksig/src/main/java/com/android/apksig/util/
DDataSources.java23 import java.nio.channels.FileChannel;
/tools/test/connectivity/acts_tests/tests/google/coex/config/
Dsample_config.json35 //fixed attenuation values for respective channels.
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DRandomAccessFileDataSink.java23 import java.nio.channels.FileChannel;
DFileChannelDataSource.java25 import java.nio.channels.FileChannel;
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Daudio_analysis.py573 if audio_file.channels == 1:
606 if audio_file.channels == 1:
652 if audio_file.channels == 1:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtInterferenceBaseTest.py124 channels): argument
137 wifi_int_pairs, channels)
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
DFileDisk.java28 import java.nio.channels.FileChannel;
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DChannelSweepTest.py408 channels = []
412 channels.append(str(channel))
418 data=dict(channels=channels,
426 x_range=channels,
/tools/netsim/proto/netsim/
Dhci_packet.proto50 // overview of ISO channels.
/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java34 import java.nio.channels.FileChannel;
35 import java.nio.channels.FileLock;

12