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

1 2 3

  /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/moto/stingray/sensors/
LightSensor.cpp 97 } else if (type == EV_SYN) {
AccelerationSensor.cpp 144 } else if (type == EV_SYN) {
GyroSensor.cpp 110 } else if (type == EV_SYN) {
PressureSensor.cpp 113 } else if (type == EV_SYN) {
AkmSensor.cpp 187 } else if (type == EV_SYN) {
  /external/qemu/android/
multitouch-screen.c 155 _push_event(EV_SYN, SYN_REPORT, 0);
178 _push_event(EV_SYN, SYN_REPORT, 0);
230 _push_event(EV_SYN, SYN_REPORT, 0);
  /device/samsung/crespo/libsensors/
LightSensor.cpp 131 } else if (type == EV_SYN) {
ProximitySensor.cpp 124 } else if (type == EV_SYN) {
GyroSensor.cpp 157 } else if (type == EV_SYN) {
AkmSensor.cpp 232 } else if (type == EV_SYN) {
  /bootable/recovery/
ui.cpp 69 if (ev.type == EV_SYN) {
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /external/bluetooth/bluez/compat/
fakehid.c 206 send_event(fd, EV_SYN, SYN_REPORT, 0);
221 send_event(fd, EV_SYN, SYN_REPORT, 0);
  /external/bluetooth/bluez/input/
fakehid.c 257 event.type = EV_SYN;
  /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/bluez/audio/
control.c 354 send_event(fd, EV_SYN, SYN_REPORT, 0);
633 ioctl(fd, UI_SET_EVBIT, EV_SYN);
  /development/ndk/platforms/android-3/include/linux/
input.h 70 #define EV_SYN 0x00
  /external/bluetooth/bluez/src/
uinput.h 37 #define EV_SYN 0x00
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
input.h 70 #define EV_SYN 0x00

Completed in 544 milliseconds

1 2 3