Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_abs.h230 #if defined(ABS_MT_POSITION_X) || (defined(HAVE_DECL_ABS_MT_POSITION_X) && HAVE_DECL_ABS_MT_POSITIO…
232 static_assert((ABS_MT_POSITION_X) == (0x35), "ABS_MT_POSITION_X != 0x35");
235 # define ABS_MT_POSITION_X 0x35
331 [ABS_MT_POSITION_X] = XLAT(ABS_MT_POSITION_X),
Devdev_mtslots.h35 #if defined(ABS_MT_POSITION_X) || (defined(HAVE_DECL_ABS_MT_POSITION_X) && HAVE_DECL_ABS_MT_POSITIO…
36 XLAT(ABS_MT_POSITION_X),
Devdev_mtslots.in7 ABS_MT_POSITION_X
Devdev_abs.in34 ABS_MT_POSITION_X 0x35
/external/crosvm/linux_input_sys/src/
Dlib.rs20 const ABS_MT_POSITION_X: u16 = 0x35; constant
125 Self::absolute(ABS_MT_POSITION_X, x) in multitouch_absolute_x()
/external/autotest/client/cros/graphics/
Dgraphics_uinput.py44 uinput.ABS_MT_POSITION_X + (0, 2560, 0, 0),
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs113 absinfo.insert(ABS_MT_POSITION_X, virtio_input_absinfo::new(0, width, 0, 0)); in default_multitouchscreen_absinfo()
129 ABS_MT_POSITION_X, in default_multitouchscreen_events()
Dconstants.rs691 pub const ABS_MT_POSITION_X: u16 = 0x35; constant
/external/autotest/client/bin/input/
Dlinux_input.py789 ABS_MT_POSITION_X = 0x35 # Center X ellipse position variable
1269 ABS_MT_POSITION_X : 'MT_POSITION_X',
Dinput_device.py408 return ABS_MT_POSITION_X
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h859 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro