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

1 2 3

  /external/chromium_org/ui/base/ozone/evdev/
touch_event_converter_ozone_unittest.cc 133 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
174 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
180 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 43}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
184 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 42}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
229 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
233 {{0, 0}, EV_ABS, ABS_MT_TRACKING_ID, -1}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
269 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
277 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 40}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
285 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 40}, {{0, 0}, EV_SYN, SYN_REPORT, 0},
290 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 102}, {{0, 0}, EV_SYN, SYN_REPORT, 0
    [all...]
key_event_converter_ozone.cc 54 } else if (input.type == EV_SYN) {
touch_event_converter_ozone.cc 146 } else if (input.type == EV_SYN) {
  /external/qemu/hw/
goldfish_events_device.c 283 enqueue_event(s, EV_SYN, 0, 0);
288 enqueue_event(s, EV_SYN, 0, 0);
358 /* apparently, the EV_SYN array is used to indicate which other
381 events_set_bit (s, EV_SYN, EV_KEY );
448 events_set_bit (s, EV_SYN, EV_REL );
459 events_set_bit (s, EV_SYN, EV_ABS );
512 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 71 if (ev.type == EV_SYN) {
  /hardware/invensense/60xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 256 } else if (type == EV_SYN) {
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 259 } else if (type == EV_SYN) {
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /frameworks/base/tests/touchlag/
touchlag.cpp 161 } while (event.type == EV_SYN);
  /external/kernel-headers/original/linux/
input.h 178 #define EV_SYN 0x00
    [all...]
  /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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
input.h 83 #define EV_SYN 0x00
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 83 #define EV_SYN 0x00
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 83 #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 258 milliseconds

1 2 3