Lines Matching defs:replay
192 def replay(device, verbose):
198 # The first event may have a nonzero offset but we want to replay
204 error("WARNING: event time offset is in the future, refusing to replay")
279 p = multiprocessing.Process(target=wrap, args=(replay, d, args.verbose))
307 "[libinput-replay {name}]\n"
338 fd.write("# This file was generated by libinput replay\n")
339 fd.write("# Unless libinput replay is running right now, remove this file.\n")
373 "--replay-after",
376 help="Automatically replay once after N seconds",
382 help="Stop and exit after one replay",