Home
last modified time | relevance | path

Searched refs:stat_output (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/audio/
Dsox_utils.py173 stat_output = p.stderr.read()
175 return parse_stat_output(stat_output)
195 def parse_stat_output(stat_output): argument
209 for line in stat_output.splitlines():
219 logging.error('stat_output: %s', stat_output)
Daudio_helper.py390 stat_output = p2.stderr.read()
392 return sox_utils.parse_stat_output(stat_output)
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/
Daccessibility_ChromeVoxSound.py73 stat_output = sox_utils.get_stat(self._loopback_file)
74 logging.info(stat_output)
75 return vars(stat_output)['rms']