/frameworks/native/services/inputflinger/tests/ |
D | MultiTouchMotionAccumulator_test.cpp | 51 processMotionEvent(EV_SYN, SYN_REPORT, 0); in TEST_F() 57 processMotionEvent(EV_SYN, SYN_REPORT, 0); in TEST_F() 62 processMotionEvent(EV_SYN, SYN_REPORT, 0); in TEST_F() 68 processMotionEvent(EV_SYN, SYN_REPORT, 0); in TEST_F() 78 processMotionEvent(EV_SYN, SYN_MT_REPORT, 0); in TEST_F() 84 processMotionEvent(EV_SYN, SYN_MT_REPORT, 0); in TEST_F()
|
D | CursorInputMapper_test.cpp | 184 args += process(ARBITRARY_TIME, EV_SYN, SYN_REPORT, 0); in testMotionRotation() 226 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F() 232 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F() 241 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F() 247 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F() 271 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F() 284 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F() 298 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F() 313 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F() 328 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F() [all …]
|
D | KeyboardInputMapper_test.cpp | 81 process(EV_SYN, SYN_REPORT, 0); in testTouchpadTapStateForKeys() 83 process(EV_SYN, SYN_REPORT, 0); in testTouchpadTapStateForKeys() 122 process(when, EV_SYN, SYN_REPORT, 0); in TEST_F() 124 process(when, EV_SYN, SYN_REPORT, 0); in TEST_F()
|
D | TouchpadInputMapper_test.cpp | 144 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F() 153 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F() 157 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F() 175 args += process(EV_SYN, SYN_REPORT, 0); in TEST_F()
|
D | UinputDevice.cpp | 97 if (ioctl(fd, UI_SET_EVBIT, EV_SYN)) { in configureDevice() 107 injectEvent(EV_SYN, SYN_REPORT, 0); in pressKey() 115 injectEvent(EV_SYN, SYN_REPORT, 0); in releaseKey() 157 injectEvent(EV_SYN, SYN_REPORT, 0); in setPressure() 252 injectEvent(EV_SYN, SYN_REPORT, 0); in sendSync()
|
D | MultiTouchInputMapper_test.cpp | 169 std::list<NotifyArgs> processSync() { return process(EV_SYN, SYN_REPORT, 0); } in processSync()
|
D | HardwareStateConverter_test.cpp | 93 event.type = EV_SYN; in processSync()
|
/frameworks/native/services/vr/virtual_touchpad/tests/ |
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()
|
/frameworks/native/services/inputflinger/reader/mapper/accumulator/ |
D | HidUsageAccumulator.cpp | 27 if (rawEvent.type == EV_SYN && rawEvent.code == SYN_REPORT) { in process()
|
D | MultiTouchMotionAccumulator.cpp | 80 } else if (rawEvent.type == EV_SYN && rawEvent.code == SYN_MT_REPORT) { in process()
|
/frameworks/native/libs/input/ |
D | VirtualInputDevice.cpp | 82 if (!writeInputEvent(EV_SYN, SYN_REPORT, 0, eventTime)) { in writeEvKeyEvent() 270 writeInputEvent(EV_SYN, SYN_REPORT, 0, eventTime); in writeRelativeEvent() 277 writeInputEvent(EV_SYN, SYN_REPORT, 0, eventTime); in writeScrollEvent() 362 return writeInputEvent(EV_SYN, SYN_REPORT, 0, eventTime); in writeTouchEvent() 468 if (!writeInputEvent(EV_SYN, SYN_REPORT, 0, eventTime)) { in writeMotionEvent()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | SwitchInputMapper.cpp | 40 case EV_SYN: in process()
|
D | ExternalStylusInputMapper.cpp | 69 if (rawEvent.type == EV_SYN && rawEvent.code == SYN_REPORT) { in process()
|
D | RotaryEncoderInputMapper.cpp | 108 if (rawEvent.type == EV_SYN && rawEvent.code == SYN_REPORT) { in process()
|
D | CapturedTouchpadEventConverter.cpp | 153 if (rawEvent.type == EV_SYN && rawEvent.code == SYN_REPORT) { in process()
|
D | JoystickInputMapper.cpp | 302 case EV_SYN: in process()
|
D | SensorInputMapper.cpp | 266 case EV_SYN: in process()
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | HardwareStateConverter.cpp | 45 if (rawEvent.type == EV_SYN && rawEvent.code == SYN_REPORT) { in processRawEvent()
|
/frameworks/base/cmds/uinput/ |
D | README.md | 250 "EV_SYN", "SYN_REPORT", 0, 252 "EV_SYN", "SYN_REPORT", 0, 254 "EV_SYN", "SYN_REPORT", 0, 256 "EV_SYN", "SYN_REPORT", 0
|
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
D | Event.java | 44 public static final int EV_SYN = 0x00; field in Event
|
D | EvemuParser.java | 277 if (eventType != Event.EV_SYN) { in parseAxisBitmaps()
|
/frameworks/base/services/core/jni/ |
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()
|
/frameworks/native/services/vr/virtual_touchpad/ |
D | EvdevInjector.cpp | 248 int EvdevInjector::SendSynReport() { return Send(EV_SYN, SYN_REPORT, 0); } in SendSynReport()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 399 if (rawEvent->type == EV_SYN && rawEvent->code == SYN_REPORT) { in process() 407 } else if (rawEvent->type == EV_SYN && rawEvent->code == SYN_DROPPED) { in process()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | MapperHelpers.h | 28 EV_SYN,
|