Searched refs:_playback (Results 1 – 6 of 6) sorted by relevance
157 def _playback(): function162 _playback()164 p = multiprocessing.Process(target=_playback)
36 self._playback(filepath, touch_type='touchscreen')
35 self._playback(filepath)
33 self._playback(self._filepaths[self._CLICK_NAME])
36 self._playback(self._gest_file_path[name], touch_type='mouse')
129 def _playback(self, filepath, touch_type='touchpad'): member in touch_playback_test_base