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

1 2 3 4

  /external/strace/xlat/
evdev_ev.h 11 #if defined(EV_SYN) || (defined(HAVE_DECL_EV_SYN) && HAVE_DECL_EV_SYN)
12 XLAT(EV_SYN),
  /hardware/libhardware/tests/input/evdev/
SwitchInputMapper_test.cpp 95 {1, EV_SYN, SYN_REPORT, 0},
97 {3, EV_SYN, SYN_REPORT, 0},
MouseInputMapper_test.cpp 110 {2, EV_SYN, SYN_REPORT, 0},
112 {1, EV_SYN, SYN_REPORT, 0},
114 {3, EV_SYN, SYN_REPORT, 0},
InputDevice_test.cpp 81 InputEvent syn = { when, EV_SYN, SYN_REPORT, 0 };
  /packages/services/Car/service/jni/
com_android_car_CarInputService.cpp 77 ev[1].type = EV_SYN;
  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.cpp 83 case EV_SYN:
MouseInputMapper.cpp 100 case EV_SYN:
InputDevice.cpp 269 if (event.type == EV_SYN && event.code == SYN_REPORT) {
  /external/autotest/client/site_tests/hardware_Keyboard/src/
evtest.c 38 #ifndef EV_SYN
39 #define EV_SYN 0
44 [EV_SYN] = "Sync", [EV_KEY] = "Key",
295 [EV_SYN] = events, [EV_KEY] = keys,
453 if (ev[i].type == EV_SYN) {
  /bootable/recovery/
wear_touch.cpp 91 } else if (event->type == EV_SYN) {
ui.cpp 97 if (ev.type == EV_SYN) {
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.cpp 209 } else if (type == EV_SYN) {
KionixSensor.cpp 186 } else if (type == EV_SYN) {
AkmSensor.cpp 212 } else if (type == EV_SYN) {
  /system/media/brillo/audio/audioservice/
audio_device_handler.cpp 167 } else if (event.type == EV_SYN) {
  /frameworks/base/services/core/jni/
com_android_server_tv_TvUinputBridge.cpp 250 connection->sendEvent(EV_SYN, SYN_REPORT, 0);
272 connection->sendEvent(EV_SYN, SYN_REPORT, 0);
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]
  /external/strace/
evdev.c 321 case EV_SYN:
  /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/libvncserver/examples/android/jni/
fbvncserver.c 353 ev.type = EV_SYN;
  /system/bt/btif/include/
uinput.h 36 #define EV_SYN 0x00
  /external/autotest/client/bin/input/
input_device.py 99 input events ending in a single EV_SYN/SYN_REPORT event.
122 in the input report by an EV_SYN/SYN_MT_REPORT event.
175 Returns True for EV_SYN/SYN_REPORT events to indicate that a complete
187 if ev.type == EV_SYN and ev.code == SYN_REPORT:
277 fcntl.ioctl(self.f, EVIOCGBIT(EV_SYN, EV_CNT / 8), ev_types, 1)
600 print '----- EV_SYN -----'
linux_input.py 154 EV_SYN = 0x00
1117 EV_SYN : 'EV_SYN',
    [all...]

Completed in 2110 milliseconds

1 2 3 4