Home
last modified time | relevance | path

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

/external/chromium_org/ui/events/ozone/evdev/
Devent_factory_evdev.cc27 #ifndef EVIOCSCLOCKID
28 #define EVIOCSCLOCKID _IOW('E', 0xa0, int) macro
105 if (ioctl(fd, EVIOCSCLOCKID, &clk)) in OpenInputDevice()
/external/kernel-headers/original/uapi/linux/
Dinput.h157 #define EVIOCSCLOCKID _IOW('E', 0xa0, int) /* Set clockid to be used for timestamps */ macro
/external/strace/linux/
Dioctlent.h.in331 {"linux/input.h", "EVIOCSCLOCKID", 0x45a0},