Home
last modified time | relevance | path

Searched refs:uinput_device_touch (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/cros/graphics/
Dgraphics_utils.py338 uinput_device_touch = None variable
406 global uinput_device_touch
407 if uinput_device_touch is None:
408 uinput_device_touch = uinput.Device(UINPUT_DEVICE_EVENTS_TOUCH)
409 return uinput_device_touch