Home | History | Annotate | Download | only in tester_feedback

Lines Matching refs:audio_file

40     def _playback_wav_file(self, msg, audio_file):
47 @param audio_file: The audio file to play.
60 audio_file)
69 cmd = [tok % {'file': audio_file} for tok in cmds[idx]]
91 def _validate_impl(self, audio_file=None):
94 @param audio_file: Name of audio file on the test host to validate
100 if audio_file is None:
106 if not self._playback_wav_file(msg, audio_file):
135 def _validate_impl(self, audio_file=None):
138 @param audio_file: Name of audio file on the test host to validate
141 if audio_file is not None: