Searched refs:pin_device (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/cros/audio/ |
D | cras_utils.py | 51 pin_device=None, channels=2, rate=48000): argument 67 if pin_device is not None: 68 args += ['--pin_device', str(pin_device)] 80 pin_device=None, channels=1, rate=48000): argument 101 if pin_device is not None: 102 args += ['--pin_device', str(pin_device)] 757 duration=DURATION, pin_device=PIN_DEVICE, argument 775 pin_device=pin_device, channels=channels, 793 duration=DURATION, pin_device=PIN_DEVICE, argument 807 proc_cmd = playback_cmd(audio_file, block_size, duration, pin_device, [all …]
|
/external/autotest/client/cros/multimedia/ |
D | audio_facade_native.py | 554 def start(self, data_format, pin_device, block_size): argument 573 pin_device=pin_device, block_size=block_size)) 612 def start(self, file_path, blocking, pin_device, block_size): argument 624 blocking, playback_file=file_path, pin_device=pin_device,
|
/external/autotest/client/site_tests/audio_CrasPinnedStream/ |
D | audio_CrasPinnedStream.py | 79 pin_device=device_id))
|