Home
last modified time | relevance | path

Searched refs:ABS_MT_DISTANCE (Results 1 – 13 of 13) sorted by relevance

/third_party/libinput/test/
Dlitest-device-atmel-hover.c41 { .type = EV_ABS, .code = ABS_MT_DISTANCE, .value = LITEST_AUTO_ASSIGN },
54 { .type = EV_ABS, .code = ABS_MT_DISTANCE, .value = LITEST_AUTO_ASSIGN },
63 { .type = EV_ABS, .code = ABS_MT_DISTANCE, .value = 1 },
120 { ABS_MT_DISTANCE, 0, 1, 0, 0, 0 },
Dlitest.c2027 case ABS_MT_DISTANCE: in litest_auto_assign_value()
2562 { .type = EV_ABS, .code = ABS_MT_DISTANCE, .value = 1 }, in litest_hover_end()
/third_party/mtdev/include/
Dmtdev.h67 #ifndef ABS_MT_DISTANCE
68 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
/third_party/mtdev/test/
Dmtdev-mapgen.c46 ABS_MT_DISTANCE, \
Dmtdev-test.c82 CHECK(dev, ABS_MT_DISTANCE); in show_props()
/third_party/mtdev/
DREADME_zh.md73 CHECK(dev, ABS_MT_DISTANCE);
DREADME.md73 CHECK(dev, ABS_MT_DISTANCE);
DChangeLog293 Add support for ABS_MT_DISTANCE
296 Add the ABS_MT_DISTANCE to the extended set of handled ABS_MT events.
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h861 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h861 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h861 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h875 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
/third_party/libevdev/include/
Devent-names.h79 [ABS_MT_DISTANCE] = "ABS_MT_DISTANCE",
888 { .name = "ABS_MT_DISTANCE", .value = ABS_MT_DISTANCE },