Home
last modified time | relevance | path

Searched refs:ABS_MT_POSITION_X (Results 1 – 14 of 14) 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.rs36 pub const ABS_MT_POSITION_X: u16 = 0x35; constant
150 Self::absolute(ABS_MT_POSITION_X, x) in multitouch_absolute_x()
/external/autotest/client/cros/graphics/
Dgraphics_uinput.py45 uinput.ABS_MT_POSITION_X + (0, 2560, 0, 0),
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs119 absinfo.insert(ABS_MT_POSITION_X, virtio_input_absinfo::new(0, width, 0, 0)); in default_multitouchscreen_absinfo()
135 ABS_MT_POSITION_X, in default_multitouchscreen_events()
Dconstants.rs691 pub const ABS_MT_POSITION_X: u16 = 0x35; constant
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
Dneural_stylus_palm_detection_filter_util_unittest.cc140 nocturne_touchscreen_.GetAbsMaximum(ABS_MT_POSITION_X)); in TEST_P()
144 nocturne_touchscreen_.GetAbsResolution(ABS_MT_POSITION_X)); in TEST_P()
229 link_touchscreen.GetAbsResolution(ABS_MT_POSITION_X) / 40.0f, 0.0}; in TEST_P()
Dneural_stylus_palm_detection_filter_util.cc17 info.max_x = devinfo.GetAbsMaximum(ABS_MT_POSITION_X); in CreatePalmFilterDeviceInfo()
18 info.x_res = devinfo.GetAbsResolution(ABS_MT_POSITION_X); in CreatePalmFilterDeviceInfo()
Dneural_stylus_palm_detection_filter.cc594 ABS_MT_POSITION_X, ABS_MT_POSITION_Y, ABS_MT_TOUCH_MAJOR}; in CompatibleWithNeuralStylusPalmDetectionFilter()
/external/autotest/client/bin/input/
Dlinux_input.py796 ABS_MT_POSITION_X = 0x35 # Center X ellipse position variable
1276 ABS_MT_POSITION_X : 'MT_POSITION_X',
Dinput_device.py413 return ABS_MT_POSITION_X
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h887 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */ macro