Home
last modified time | relevance | path

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

/external/chromium_org/ui/events/ozone/evdev/
Devent_device_info.h67 struct input_absinfo abs_info_[ABS_CNT];
Devent_device_info.cc39 bool GetAbsInfo(int fd, int code, struct input_absinfo* absinfo) { in GetAbsInfo()
/external/kernel-headers/original/uapi/linux/
Dinput.h67 struct input_absinfo { struct
147 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */
148 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
DSDL_sysjoystick.c712 struct input_absinfo absinfo; in EV_ConfigJoystick()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc339 unsigned struct_input_absinfo_sz = sizeof(struct input_absinfo);