Searched refs:pin_device (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/cros/audio/ |
D | cras_utils.py | 48 pin_device=None, channels=2, rate=48000): argument 64 if pin_device is not None: 65 args += ['--pin_device', str(pin_device)] 76 pin_device=None, channels=1, rate=48000): argument 93 if pin_device is not None: 94 args += ['--pin_device', str(pin_device)]
|
/external/autotest/client/cros/multimedia/ |
D | audio_facade_native.py | 545 def start(self, data_format, pin_device, block_size): argument 564 pin_device=pin_device, block_size=block_size)) 603 def start(self, file_path, blocking, pin_device, block_size): argument 615 blocking, playback_file=file_path, pin_device=pin_device,
|
/external/autotest/client/site_tests/audio_CrasPinnedStream/ |
D | audio_CrasPinnedStream.py | 83 pin_device=device_id))
|