Home
last modified time | relevance | path

Searched refs:ABS_MT_TOUCH_MAJOR (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Devdev_abs.h195 #if defined(ABS_MT_TOUCH_MAJOR) || (defined(HAVE_DECL_ABS_MT_TOUCH_MAJOR) && HAVE_DECL_ABS_MT_TOUCH…
197 static_assert((ABS_MT_TOUCH_MAJOR) == (0x30), "ABS_MT_TOUCH_MAJOR != 0x30");
200 # define ABS_MT_TOUCH_MAJOR 0x30
326 [ABS_MT_TOUCH_MAJOR] = XLAT(ABS_MT_TOUCH_MAJOR),
Devdev_mtslots.h20 #if defined(ABS_MT_TOUCH_MAJOR) || (defined(HAVE_DECL_ABS_MT_TOUCH_MAJOR) && HAVE_DECL_ABS_MT_TOUCH…
21 XLAT(ABS_MT_TOUCH_MAJOR),
Devdev_mtslots.in2 ABS_MT_TOUCH_MAJOR
Devdev_abs.in29 ABS_MT_TOUCH_MAJOR 0x30
/external/autotest/client/bin/input/
Dlinux_input.py791 ABS_MT_TOUCH_MAJOR = 0x30 # Major axis of touching ellipse variable
804 ABS_MT_FIRST = ABS_MT_TOUCH_MAJOR
1271 ABS_MT_TOUCH_MAJOR : 'MT_TOUCH_MAJOR',
Dinput_device.py419 return ABS_MT_TOUCH_MAJOR
/external/crosvm/linux_input_sys/src/
Dlib.rs31 pub const ABS_MT_TOUCH_MAJOR: u16 = 0x30; constant
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
Dneural_stylus_palm_detection_filter_util.cc28 info.major_radius_res = devinfo.GetAbsResolution(ABS_MT_TOUCH_MAJOR); in CreatePalmFilterDeviceInfo()
Dneural_stylus_palm_detection_filter_util_unittest.cc148 nocturne_touchscreen_.GetAbsResolution(ABS_MT_TOUCH_MAJOR)); in TEST_P()
Dneural_stylus_palm_detection_filter.cc594 ABS_MT_POSITION_X, ABS_MT_POSITION_Y, ABS_MT_TOUCH_MAJOR}; in CompatibleWithNeuralStylusPalmDetectionFilter()
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h882 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro
/external/crosvm/devices/src/virtio/input/
Dconstants.rs686 pub const ABS_MT_TOUCH_MAJOR: u16 = 0x30; constant