Lines Matching refs:devices
78 # We don't assign this one to virtual devices
199 # immediately regardless. When replaying multiple devices, the first
251 devices = fetch(recording, "devices")
254 filter(lambda x: x is not None, [first_timestamp(d) for d in devices])
256 # All devices need to start replaying at the same time, so let's find
260 for idx, d in enumerate(devices):
278 for d in devices:
317 devices = fetch(recording, "devices")
320 for d in devices:
355 devices = fetch(recording, "devices")
356 if ndevices != len(devices):
358 "WARNING: truncated file, expected {} devices, got {}".format(
359 ndevices, len(devices)