HomeSort by relevance Sort by last modified time
    Searched refs:ABS_MT_TOUCH_MAJOR (Results 1 - 11 of 11) sorted by null

  /external/strace/xlat/
evdev_mtslots.h 16 #if defined(ABS_MT_TOUCH_MAJOR) || (defined(HAVE_DECL_ABS_MT_TOUCH_MAJOR) && HAVE_DECL_ABS_MT_TOUCH_MAJOR)
17 XLAT(ABS_MT_TOUCH_MAJOR),
evdev_abs.h 87 #if defined(ABS_MT_TOUCH_MAJOR) || (defined(HAVE_DECL_ABS_MT_TOUCH_MAJOR) && HAVE_DECL_ABS_MT_TOUCH_MAJOR)
88 XLAT(ABS_MT_TOUCH_MAJOR),
  /hardware/libhardware/modules/input/evdev/
InputDevice.cpp 71 case ABS_MT_TOUCH_MAJOR:
  /hardware/libhardware/tests/input/evdev/
InputMocks.cpp 43 node->addAbsAxis(ABS_MT_TOUCH_MAJOR, nullptr);
  /external/autotest/client/bin/input/
linux_input.py 775 ABS_MT_TOUCH_MAJOR = 0x30 # Major axis of touching ellipse
788 ABS_MT_FIRST = ABS_MT_TOUCH_MAJOR
    [all...]
  /bionic/libc/kernel/uapi/linux/
input-event-codes.h 653 #define ABS_MT_TOUCH_MAJOR 0x30
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 747 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 772 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */
  /frameworks/native/services/inputflinger/
EventHub.cpp 115 case ABS_MT_TOUCH_MAJOR:
    [all...]
InputReader.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 846 milliseconds