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

1 2 3

  /external/qemu/hw/
goldfish_events_device.c 286 enqueue_event(s, EV_REL, REL_X, dx);
287 enqueue_event(s, EV_REL, REL_Y, dy);
443 /* configure EV_REL array
445 * EV_REL events are sent when the trackball is moved
448 events_set_bit (s, EV_SYN, EV_REL );
449 events_set_bits(s, EV_REL, REL_X, REL_Y);
  /bootable/recovery/minui/
events.c 71 * that only EV_KEY and EV_REL event types are ever needed. */
72 if (!test_bit(EV_KEY, ev_bits) && !test_bit(EV_REL, ev_bits)) {
  /bootable/recovery/
ui.cpp 71 } else if (ev.type == EV_REL) {
  /external/qemu/android/
hw-events.c 70 { EV_REL, _rel_codes_list },
  /system/core/toolbox/
getevent.c 106 case EV_REL:
210 case EV_REL:
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 183 ioctl(fd, UI_SET_EVBIT, EV_REL);
  /hardware/invensense/libsensors_iio/
CompassSensor.IIO.9150.cpp 264 if (type == EV_REL) {
  /external/bluetooth/bluedroid/btif/include/
uinput.h 38 #define EV_REL 0x02
  /external/kernel-headers/original/linux/
input.h 180 #define EV_REL 0x02
    [all...]
hid.h 716 * @type: input event type (EV_KEY, EV_REL, ...)
733 case EV_REL:
  /development/ndk/platforms/android-3/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
input.h 85 #define EV_REL 0x02
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 85 #define EV_REL 0x02
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 85 #define EV_REL 0x02
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
input.h 72 #define EV_REL 0x02

Completed in 225 milliseconds

1 2 3