/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | UinputDevice.cpp | 94 if (ioctl(fd, UI_SET_EVBIT, EV_SYN)) { in configureDevice() 104 injectEvent(EV_SYN, SYN_REPORT, 0); in pressKey() 112 injectEvent(EV_SYN, SYN_REPORT, 0); in releaseKey() 173 injectEvent(EV_SYN, SYN_REPORT, 0); in sendDown() 179 injectEvent(EV_SYN, SYN_REPORT, 0); in sendMove() 184 injectEvent(EV_SYN, SYN_REPORT, 0); in sendPointerUp() 190 injectEvent(EV_SYN, SYN_REPORT, 0); in sendUp() 195 injectEvent(EV_SYN, SYN_REPORT, 0); in sendToolType()
|
H A D | InputReader_test.cpp | 2850 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SYN, SYN_REPORT, 0); in TEST_F() 3024 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SYN, SYN_REPORT, 0); in TEST_F() 3054 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SYN, SYN_REPORT, 0); in TEST_F() 3860 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SYN, SYN_REPORT, 0); in testMotionRotation() 3942 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SYN, SYN_REPORT, 0); in TEST_F() 4027 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SYN, SYN_REPORT, 0); in TEST_F() 4036 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SYN, SYN_REPORT, 0); in TEST_F() 4051 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SYN, SYN_REPORT, 0); in TEST_F() 4062 process(mapper, ARBITRARY_TIME, READ_TIME, EV_SYN, SYN_REPORT, 0); in TEST_F() 7829 process(mapper, 25, 26 /*readTime*/, EV_SYN, SYN_REPORT, 0); in TEST_F() [all …]
|
/aosp12/hardware/libhardware/tests/input/evdev/ |
H A D | MouseInputMapper_test.cpp | 110 {2, EV_SYN, SYN_REPORT, 0}, in TEST_F() 112 {1, EV_SYN, SYN_REPORT, 0}, in TEST_F() 114 {3, EV_SYN, SYN_REPORT, 0}, in TEST_F()
|
H A D | SwitchInputMapper_test.cpp | 95 {1, EV_SYN, SYN_REPORT, 0}, in TEST_F() 97 {3, EV_SYN, SYN_REPORT, 0}, in TEST_F()
|
/aosp12/frameworks/native/services/vr/virtual_touchpad/tests/ |
H A D | VirtualTouchpad_test.cpp | 180 expect.WriteInputEvent(EV_SYN, SYN_REPORT, 0); in TEST_F() 194 expect.WriteInputEvent(EV_SYN, SYN_REPORT, 0); in TEST_F() 207 expect.WriteInputEvent(EV_SYN, SYN_REPORT, 0); in TEST_F() 228 expect.WriteInputEvent(EV_SYN, SYN_REPORT, 0); in TEST_F() 239 expect.WriteInputEvent(EV_SYN, SYN_REPORT, 0); in TEST_F() 259 expect.WriteInputEvent(EV_SYN, SYN_REPORT, 0); in TEST_F()
|
/aosp12/frameworks/base/cmds/uinput/ |
H A D | README.md | 145 0x00, 0x00, 0x00, // EV_SYN, SYN_REPORT, 0 147 0x00, 0x00, 0x00, // EV_SYN, SYN_REPORT, 0 149 0x00, 0x00, 0x01, // EV_SYN, SYN_REPORT, 0 151 0x00, 0x00, 0x01 // EV_SYN, SYN_REPORT, 0
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | SwitchInputMapper.cpp | 38 case EV_SYN: in process()
|
H A D | ExternalStylusInputMapper.cpp | 63 if (rawEvent->type == EV_SYN && rawEvent->code == SYN_REPORT) { in process()
|
H A D | RotaryEncoderInputMapper.cpp | 89 if (rawEvent->type == EV_SYN && rawEvent->code == SYN_REPORT) { in process()
|
H A D | MultiTouchInputMapper.cpp | 162 } else if (rawEvent->type == EV_SYN && rawEvent->code == SYN_MT_REPORT) { in process()
|
H A D | JoystickInputMapper.cpp | 299 case EV_SYN: in process()
|
H A D | KeyboardInputMapper.cpp | 228 case EV_SYN: { in process()
|
H A D | SensorInputMapper.cpp | 269 case EV_SYN: in process()
|
H A D | CursorInputMapper.cpp | 289 if (rawEvent->type == EV_SYN && rawEvent->code == SYN_REPORT) { in process()
|
/aosp12/hardware/libhardware/modules/input/evdev/ |
H A D | SwitchInputMapper.cpp | 108 case EV_SYN: in process()
|
H A D | MouseInputMapper.cpp | 100 case EV_SYN: in process()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_tv_TvUinputBridge.cpp | 489 connection->sendEvent(EV_SYN, SYN_REPORT, 0); in nativeSendPointerSync() 530 connection->sendEvent(EV_SYN, SYN_REPORT, 0); in nativeClear()
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | InputDevice.cpp | 388 if (rawEvent->type == EV_SYN && rawEvent->code == SYN_REPORT) { in process() 398 } else if (rawEvent->type == EV_SYN && rawEvent->code == SYN_DROPPED) { in process()
|
/aosp12/hardware/invensense/65xx/libsensors_iio/ |
H A D | CompassSensor.IIO.9150.cpp | 264 } else if (type == EV_SYN) { in readSample()
|
/aosp12/system/core/init/ |
H A D | keychords.cpp | 149 msg.type = EV_SYN; in GeteventEnable()
|
H A D | keychords_test.cpp | 129 return (code < KEY_MAX) && init() && send(EV_KEY, code, value) && send(EV_SYN, SYN_REPORT, 0); in send()
|
/aosp12/hardware/invensense/6515/libsensors_iio/ |
H A D | CompassSensor.IIO.9150.cpp | 266 } else if (type == EV_SYN) { in readSample()
|
/aosp12/frameworks/native/services/vr/virtual_touchpad/ |
H A D | EvdevInjector.cpp | 248 int EvdevInjector::SendSynReport() { return Send(EV_SYN, SYN_REPORT, 0); } in SendSynReport()
|
/aosp12/bootable/recovery/recovery_ui/ |
H A D | ui.cpp | 262 if (ev.type == EV_SYN) { in OnInputEvent()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | input-event-codes.h | 30 #define EV_SYN 0x00 macro
|