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.py147 uinput_device_touch = None variable
209 global uinput_device_touch
210 if uinput_device_touch is None:
211 uinput_device_touch = uinput.Device(UINPUT_DEVICE_EVENTS_TOUCH)
212 return uinput_device_touch