Home
last modified time | relevance | path

Searched refs:ABS_MT_POSITION_Y (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Devdev_abs.h237 #if defined(ABS_MT_POSITION_Y) || (defined(HAVE_DECL_ABS_MT_POSITION_Y) && HAVE_DECL_ABS_MT_POSITIO…
239 static_assert((ABS_MT_POSITION_Y) == (0x36), "ABS_MT_POSITION_Y != 0x36");
242 # define ABS_MT_POSITION_Y 0x36
332 [ABS_MT_POSITION_Y] = XLAT(ABS_MT_POSITION_Y),
Devdev_mtslots.h38 #if defined(ABS_MT_POSITION_Y) || (defined(HAVE_DECL_ABS_MT_POSITION_Y) && HAVE_DECL_ABS_MT_POSITIO…
39 XLAT(ABS_MT_POSITION_Y),
Devdev_mtslots.in8 ABS_MT_POSITION_Y
Devdev_abs.in35 ABS_MT_POSITION_Y 0x36
/external/crosvm/linux_input_sys/src/
Dlib.rs21 const ABS_MT_POSITION_Y: u16 = 0x36; constant
130 Self::absolute(ABS_MT_POSITION_Y, y) in multitouch_absolute_y()
/external/autotest/client/cros/graphics/
Dgraphics_uinput.py45 uinput.ABS_MT_POSITION_Y + (0, 1700, 0, 0),
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs115 ABS_MT_POSITION_Y, in default_multitouchscreen_absinfo()
130 ABS_MT_POSITION_Y, in default_multitouchscreen_events()
Dconstants.rs692 pub const ABS_MT_POSITION_Y: u16 = 0x36; constant
/external/autotest/client/bin/input/
Dlinux_input.py790 ABS_MT_POSITION_Y = 0x36 # Center Y ellipse position variable
1270 ABS_MT_POSITION_Y : 'MT_POSITION_Y',
Dinput_device.py410 return ABS_MT_POSITION_Y
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h860 #define ABS_MT_POSITION_Y 0x36 /* Center Y touch position */ macro