Searched refs:proc_msg (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | cras_utils.py | 573 def start_subprocess(self, proc, proc_cmd, filename, proc_msg): argument 588 logging.debug('Start %s %s on the DUT', proc_msg, filename) 590 logging.error('Failed to popen: %s (%s)', proc_msg, e) 593 logging.error('cannot run the command twice: %s', proc_msg) 597 def stop_subprocess(self, proc, proc_msg): argument 608 logging.error('cannot run stop %s before starting it.', proc_msg) 623 logging.debug('stop %s on the DUT', proc_msg)
|