Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_abs.h195 #if defined(ABS_MT_TOUCH_MAJOR) || (defined(HAVE_DECL_ABS_MT_TOUCH_MAJOR) && HAVE_DECL_ABS_MT_TOUCH…
197 static_assert((ABS_MT_TOUCH_MAJOR) == (0x30), "ABS_MT_TOUCH_MAJOR != 0x30");
200 # define ABS_MT_TOUCH_MAJOR 0x30
326 [ABS_MT_TOUCH_MAJOR] = XLAT(ABS_MT_TOUCH_MAJOR),
Devdev_mtslots.h20 #if defined(ABS_MT_TOUCH_MAJOR) || (defined(HAVE_DECL_ABS_MT_TOUCH_MAJOR) && HAVE_DECL_ABS_MT_TOUCH…
21 XLAT(ABS_MT_TOUCH_MAJOR),
Devdev_mtslots.in2 ABS_MT_TOUCH_MAJOR
Devdev_abs.in29 ABS_MT_TOUCH_MAJOR 0x30
/external/autotest/client/bin/input/
Dlinux_input.py784 ABS_MT_TOUCH_MAJOR = 0x30 # Major axis of touching ellipse variable
797 ABS_MT_FIRST = ABS_MT_TOUCH_MAJOR
1264 ABS_MT_TOUCH_MAJOR : 'MT_TOUCH_MAJOR',
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h854 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro
/external/crosvm/devices/src/virtio/input/
Dconstants.rs686 pub const ABS_MT_TOUCH_MAJOR: u16 = 0x30; constant