Home
last modified time | relevance | path

Searched refs:EV_SYN (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/native/services/inputflinger/tests/
DMultiTouchMotionAccumulator_test.cpp51 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()
DCursorInputMapper_test.cpp184 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 …]
DKeyboardInputMapper_test.cpp81 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()
DTouchpadInputMapper_test.cpp144 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()
DUinputDevice.cpp97 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()
DMultiTouchInputMapper_test.cpp169 std::list<NotifyArgs> processSync() { return process(EV_SYN, SYN_REPORT, 0); } in processSync()
DHardwareStateConverter_test.cpp93 event.type = EV_SYN; in processSync()
/frameworks/native/services/vr/virtual_touchpad/tests/
DVirtualTouchpad_test.cpp180 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/
DHidUsageAccumulator.cpp27 if (rawEvent.type == EV_SYN && rawEvent.code == SYN_REPORT) { in process()
DMultiTouchMotionAccumulator.cpp80 } else if (rawEvent.type == EV_SYN && rawEvent.code == SYN_MT_REPORT) { in process()
/frameworks/native/libs/input/
DVirtualInputDevice.cpp82 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/
DSwitchInputMapper.cpp40 case EV_SYN: in process()
DExternalStylusInputMapper.cpp69 if (rawEvent.type == EV_SYN && rawEvent.code == SYN_REPORT) { in process()
DRotaryEncoderInputMapper.cpp108 if (rawEvent.type == EV_SYN && rawEvent.code == SYN_REPORT) { in process()
DCapturedTouchpadEventConverter.cpp153 if (rawEvent.type == EV_SYN && rawEvent.code == SYN_REPORT) { in process()
DJoystickInputMapper.cpp302 case EV_SYN: in process()
DSensorInputMapper.cpp266 case EV_SYN: in process()
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DHardwareStateConverter.cpp45 if (rawEvent.type == EV_SYN && rawEvent.code == SYN_REPORT) { in processRawEvent()
/frameworks/base/cmds/uinput/
DREADME.md250 "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/
DEvent.java44 public static final int EV_SYN = 0x00; field in Event
DEvemuParser.java277 if (eventType != Event.EV_SYN) { in parseAxisBitmaps()
/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvUinputBridge.cpp489 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/
DEvdevInjector.cpp248 int EvdevInjector::SendSynReport() { return Send(EV_SYN, SYN_REPORT, 0); } in SendSynReport()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp399 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/
DMapperHelpers.h28 EV_SYN,

12