HomeSort by relevance Sort by last modified time
    Searched refs:ABS_MT_POSITION_X (Results 1 - 25 of 37) sorted by null

1 2

  /external/strace/xlat/
evdev_mtslots.h 29 #if defined(ABS_MT_POSITION_X) || (defined(HAVE_DECL_ABS_MT_POSITION_X) && HAVE_DECL_ABS_MT_POSITION_X)
30 XLAT(ABS_MT_POSITION_X),
evdev_abs.h 107 #if defined(ABS_MT_POSITION_X) || (defined(HAVE_DECL_ABS_MT_POSITION_X) && HAVE_DECL_ABS_MT_POSITION_X)
108 XLAT(ABS_MT_POSITION_X),
  /bootable/recovery/
wear_touch.cpp 76 case ABS_MT_POSITION_X:
145 if (test_bit(ABS_MT_POSITION_X, bits) && test_bit(ABS_MT_POSITION_Y, bits)) {
  /hardware/libhardware/modules/input/evdev/
InputDevice.cpp 76 case ABS_MT_POSITION_X:
151 if (mDeviceNode->hasAbsoluteAxis(ABS_MT_POSITION_X)
  /hardware/libhardware/tests/input/evdev/
InputMocks.cpp 44 node->addAbsAxis(ABS_MT_POSITION_X, nullptr);
  /frameworks/base/services/core/jni/
com_android_server_tv_TvUinputBridge.cpp 231 connection->sendEvent(EV_ABS, ABS_MT_POSITION_X, x);
  /frameworks/base/tests/touchlag/
touchlag.cpp 154 if (event.code == ABS_MT_POSITION_X) {
  /external/autotest/client/bin/input/
linux_input.py 780 ABS_MT_POSITION_X = 0x35 # Center X ellipse position
    [all...]
input_device.py 396 return ABS_MT_POSITION_X
  /bionic/libc/kernel/uapi/linux/
input-event-codes.h 791 #define ABS_MT_POSITION_X 0x35
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 717 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
input.h 693 #define ABS_MT_POSITION_X 0x35 /* Center X ellipse position */
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 165 (syn_time, EV_ABS, ABS_MT_POSITION_X, point.x))
209 """Is this packet ABS_MT_POSITION_X?"""
212 event[MTB.EV_CODE] == ABS_MT_POSITION_X)
338 Event: time, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 2632
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 123 case ABS_MT_POSITION_X:
    [all...]
  /development/ndk/platforms/android-21/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /external/autotest/client/cros/graphics/
graphics_utils.py 168 uinput.ABS_MT_POSITION_X + (0, 2560, 0, 0),
303 _uinput_emit(device, 'ABS_MT_POSITION_X', int(rel_x * width), syn=False)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 777 #define ABS_MT_POSITION_X 0x35 /* Center X ellipse position */
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
input.h 849 #define ABS_MT_POSITION_X 0x35
    [all...]

Completed in 170 milliseconds

1 2