Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_abs.h286 #if defined(ABS_MT_TOOL_Y) || (defined(HAVE_DECL_ABS_MT_TOOL_Y) && HAVE_DECL_ABS_MT_TOOL_Y)
288 static_assert((ABS_MT_TOOL_Y) == (0x3d), "ABS_MT_TOOL_Y != 0x3d");
291 # define ABS_MT_TOOL_Y 0x3d
339 [ABS_MT_TOOL_Y] = XLAT(ABS_MT_TOOL_Y),
Devdev_mtslots.h59 #if defined(ABS_MT_TOOL_Y) || (defined(HAVE_DECL_ABS_MT_TOOL_Y) && HAVE_DECL_ABS_MT_TOOL_Y)
60 XLAT(ABS_MT_TOOL_Y),
Devdev_mtslots.in15 ABS_MT_TOOL_Y
Devdev_abs.in42 ABS_MT_TOOL_Y 0x3d
/external/strace/tests/
Dioctl_evdev.c45 # ifndef ABS_MT_TOOL_Y
46 # define ABS_MT_TOOL_Y 0x3d macro
133 TEST_NULL_ARG(EVIOCGABS(ABS_MT_TOOL_Y)); in main()
134 TEST_NULL_ARG(EVIOCSABS(ABS_MT_TOOL_Y)); in main()
/external/strace/tests-mx32/
Dioctl_evdev.c45 # ifndef ABS_MT_TOOL_Y
46 # define ABS_MT_TOOL_Y 0x3d macro
133 TEST_NULL_ARG(EVIOCGABS(ABS_MT_TOOL_Y)); in main()
134 TEST_NULL_ARG(EVIOCSABS(ABS_MT_TOOL_Y)); in main()
/external/strace/tests-m32/
Dioctl_evdev.c45 # ifndef ABS_MT_TOOL_Y
46 # define ABS_MT_TOOL_Y 0x3d macro
133 TEST_NULL_ARG(EVIOCGABS(ABS_MT_TOOL_Y)); in main()
134 TEST_NULL_ARG(EVIOCSABS(ABS_MT_TOOL_Y)); in main()
/external/crosvm/linux_input_sys/src/
Dlib.rs44 pub const ABS_MT_TOOL_Y: u16 = 0x3d; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h895 #define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */ macro
/external/crosvm/devices/src/virtio/input/
Dconstants.rs699 pub const ABS_MT_TOOL_Y: u16 = 0x3d; constant