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

1 2 3

  /external/strace/xlat/
evdev_ev.h 17 #if defined(EV_REL) || (defined(HAVE_DECL_EV_REL) && HAVE_DECL_EV_REL)
18 XLAT(EV_REL),
  /hardware/libhardware/tests/input/evdev/
MouseInputMapper_test.cpp 108 {0, EV_REL, REL_X, 5},
109 {1, EV_REL, REL_Y, -3},
  /hardware/libhardware/modules/input/evdev/
MouseInputMapper.cpp 97 case EV_REL:
  /bootable/recovery/minui/
events.cpp 81 // We assume that only EV_KEY, EV_REL, and EV_SW event types are ever needed.
82 if (!test_bit(EV_KEY, ev_bits) && !test_bit(EV_REL, ev_bits) && !test_bit(EV_SW, ev_bits)) {
  /bootable/recovery/
ui.cpp 99 } else if (ev.type == EV_REL) {
  /external/autotest/client/bin/input/
linux_input.py 156 EV_REL = 0x02
1119 EV_REL : 'EV_REL',
1133 EV_REL : REL_CNT,
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
LinuxJoyStickEvents.cpp 194 case EV_REL: //Relative Axes (Do any joystick actually have a relative axis?)
EventHelpers.cpp 109 else if(i == EV_REL)
  /external/autotest/client/site_tests/hardware_Keyboard/src/
evtest.c 45 [EV_REL] = "Relative", [EV_ABS] = "Absolute",
296 [EV_REL] = relatives, [EV_ABS] = absolutes,
  /system/core/toolbox/
getevent.c 125 case EV_REL:
229 case EV_REL:
  /external/strace/
evdev.c 327 case EV_REL:
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.IIO.9150.cpp 264 if (type == EV_REL) {
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 262 if (type == EV_REL) {
  /system/bt/btif/include/
uinput.h 38 #define EV_REL 0x02
  /bionic/libc/kernel/uapi/linux/
input-event-codes.h 35 #define EV_REL 0x02
  /development/ndk/platforms/android-3/include/linux/
input.h 72 #define EV_REL 0x02
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 39 #define EV_REL 0x02
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
input.h 86 #define EV_REL 0x02
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
input.h 72 #define EV_REL 0x02

Completed in 1855 milliseconds

1 2 3