Searched refs:codec_config (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/bt/performance/ |
D | BtA2dpRangeTest.py | 38 for codec_config in self.codecs: 39 self.generate_test_case(codec_config) 46 def generate_test_case(self, codec_config): argument 48 self.run_a2dp_to_max_range(codec_config) 51 codec_config['codec_type']) 127 def run_a2dp_to_max_range(self, codec_config): argument 140 if current_codec_type != codec_config['codec_type']: 141 codec_set = btutils.set_bluetooth_codec(self.dut, **codec_config) 153 codec_config['codec_type'], atten) 179 **codec_config) [all …]
|
D | BtCodecSweepTest.py | 91 def generate_test_case(self, codec_config): argument 93 inst.stream_music_on_codec(**codec_config) 94 proto = inst.run_analysis_and_generate_proto(**codec_config) 97 '_'.join([str(codec_config[key]) for key in [ 103 ] if key in codec_config])
|
/tools/test/connectivity/acts_tests/tests/google/power/bt/ |
D | PowerBTa2dpTest.py | 32 for codec_config in self.codecs: 34 self.generate_test_case(codec_config, tpl) 44 def generate_test_case(self, codec_config, tpl): argument 46 self.measure_a2dp_power(codec_config, tpl) 49 codec_config['codec_type'], tpl)) 52 def measure_a2dp_power(self, codec_config, tpl): argument 57 if current_codec_type != codec_config['codec_type']: 58 codec_set = btutils.set_bluetooth_codec(self.dut, **codec_config) 77 codec_config['codec_type'], tpl))
|