Searched refs:recording_device (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_audio_tests.py | 128 def _check_audio_frames_legitimacy(self, audio_test_data, recording_device, argument 147 audio_test_data, recording_device, recorded_file) 169 recording_device, recorded_file=None): argument 183 audio_test_data, recording_device, recorded_file) 321 recording_device, bluez_function): argument 338 device_type = 'DUT' if recording_device == 'recorded_by_dut' else 'Peer' 339 dut_role = 'sink' if recording_device == 'recorded_by_dut' else 'source' 354 test_data, recording_device): 582 def format_recorded_file(self, test_data, test_profile, recording_device): argument 599 recorded_file = test_data[recording_device]
|
D | bluetooth_device.py | 1137 def start_capturing_audio_subprocess(self, audio_data, recording_device): argument 1147 json.dumps(audio_data), recording_device) 1194 def check_audio_frames_legitimacy(self, audio_test_data, recording_device, argument 1205 json.dumps(audio_test_data), recording_device, recorded_file) 1274 def get_primary_frequencies(self, audio_test_data, recording_device, argument 1286 json.dumps(audio_test_data), recording_device, recorded_file)
|
/external/autotest/client/cros/multimedia/ |
D | bluetooth_facade_native.py | 2465 def start_capturing_audio_subprocess(self, audio_data, recording_device): argument 2476 audio_data[recording_device], 2555 def check_audio_frames_legitimacy(self, audio_test_data, recording_device, argument 2570 recorded_filename = audio_test_data[recording_device] 2690 def get_primary_frequencies(self, audio_test_data, recording_device, argument 2706 recorded_filename = audio_test_data[recording_device]
|