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

1 2 3 4

  /external/chromium_org/ui/events/ozone/evdev/
key_event_converter_evdev_unittest.cc 99 {{0, 0}, EV_SYN, SYN_REPORT, 0},
103 {{0, 0}, EV_SYN, SYN_REPORT, 0},
128 {{0, 0}, EV_SYN, SYN_REPORT, 0},
132 {{0, 0}, EV_SYN, SYN_REPORT, 0},
136 {{0, 0}, EV_SYN, SYN_REPORT, 0},
140 {{0, 0}, EV_SYN, SYN_REPORT, 0},
181 {{0, 0}, EV_SYN, SYN_REPORT, 0},
185 {{0, 0}, EV_SYN, SYN_REPORT, 0},
189 {{0, 0}, EV_SYN, SYN_REPORT, 0},
193 {{0, 0}, EV_SYN, SYN_REPORT, 0}
    [all...]
touch_event_converter_evdev_unittest.cc 161 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
203 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
209 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 43}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
213 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 42}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
258 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
262 {{0, 0}, EV_ABS, ABS_MT_TRACKING_ID, -1}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
298 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
306 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 40}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
314 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 40}, {{0, 0}, EV_SYN, SYN_REPORT, 0},
319 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 102}, {{0, 0}, EV_SYN, SYN_REPORT, 0
    [all...]
key_event_converter_evdev.cc 230 } else if (input.type == EV_SYN) {
touch_event_converter_evdev.cc 163 if (input.type == EV_SYN) {
269 NOTIMPLEMENTED() << "invalid code for EV_SYN: " << input.code;
  /external/qemu/hw/android/goldfish/
events_device.c 287 enqueue_event(s, EV_SYN, 0, 0);
292 enqueue_event(s, EV_SYN, 0, 0);
362 /* apparently, the EV_SYN array is used to indicate which other
385 events_set_bit (s, EV_SYN, EV_KEY );
452 events_set_bit (s, EV_SYN, EV_REL );
463 events_set_bit (s, EV_SYN, EV_ABS );
516 events_set_bit(s, EV_SYN, EV_SW);
  /device/lge/hammerhead/libsensors/
ProximitySensor.cpp 125 } else if (type == EV_SYN) {
LightSensor.cpp 144 } else if (type == EV_SYN) {
  /external/qemu/android/
multitouch-screen.c 160 _push_event(EV_SYN, SYN_REPORT, 0);
183 _push_event(EV_SYN, SYN_REPORT, 0);
235 _push_event(EV_SYN, SYN_REPORT, 0);
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.cpp 208 } else if (type == EV_SYN) {
KionixSensor.cpp 186 } else if (type == EV_SYN) {
AkmSensor.cpp 211 } else if (type == EV_SYN) {
  /bootable/recovery/
ui.cpp 77 if (ev.type == EV_SYN) {
  /hardware/invensense/60xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 256 } else if (type == EV_SYN) {
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]
  /frameworks/base/tests/touchlag/
touchlag.cpp 161 } while (event.type == EV_SYN);
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.IIO.9150.cpp 266 } else if (type == EV_SYN) {
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 264 } else if (type == EV_SYN) {
  /external/bluetooth/bluedroid/btif/include/
uinput.h 36 #define EV_SYN 0x00
  /development/ndk/platforms/android-3/include/linux/
input.h 70 #define EV_SYN 0x00
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
input.h 84 #define EV_SYN 0x00
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
input.h 84 #define EV_SYN 0x00
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
input.h 70 #define EV_SYN 0x00
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
input.h 70 #define EV_SYN 0x00
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
input.h 70 #define EV_SYN 0x00
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
input.h 70 #define EV_SYN 0x00

Completed in 2949 milliseconds

1 2 3 4