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

1 2 3 4

  /external/qemu/hw/android/goldfish/
events_device.c 290 enqueue_event(s, EV_REL, REL_X, dx);
291 enqueue_event(s, EV_REL, REL_Y, dy);
447 /* configure EV_REL array
449 * EV_REL events are sent when the trackball is moved
452 events_set_bit (s, EV_SYN, EV_REL );
453 events_set_bits(s, EV_REL, REL_X, REL_Y);
  /bootable/recovery/minui/
events.c 81 * that only EV_KEY and EV_REL event types are ever needed. */
82 if (!test_bit(EV_KEY, ev_bits) && !test_bit(EV_REL, ev_bits)) {
  /external/chromium_org/ui/events/ozone/evdev/
event_device_info.cc 70 if (!GetEventBits(fd, EV_REL, rel_bits_, sizeof(rel_bits_)))
  /external/qemu/android/
hw-events.c 70 { EV_REL, _rel_codes_list },
  /bootable/recovery/
ui.cpp 79 } else if (ev.type == EV_REL) {
  /hardware/invensense/60xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 254 if (type == EV_REL) {
  /system/core/toolbox/
getevent.c 106 case EV_REL:
210 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) {
  /external/bluetooth/bluedroid/btif/include/
uinput.h 38 #define EV_REL 0x02
  /development/ndk/platforms/android-3/include/linux/
input.h 72 #define EV_REL 0x02
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
input.h 86 #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/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
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
input.h 72 #define EV_REL 0x02

Completed in 1081 milliseconds

1 2 3 4