Home
last modified time | relevance | path

Searched refs:SYN_REPORT (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/tests/
H A DUinputDevice.cpp104 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 DInputReader_test.cpp2850 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 DMouseInputMapper_test.cpp110 {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 DSwitchInputMapper_test.cpp95 {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 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()
/aosp12/frameworks/base/cmds/uinput/
H A DREADME.md145 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 DSwitchInputMapper.cpp39 if (rawEvent->code == SYN_REPORT) { in process()
H A DExternalStylusInputMapper.cpp63 if (rawEvent->type == EV_SYN && rawEvent->code == SYN_REPORT) { in process()
H A DRotaryEncoderInputMapper.cpp89 if (rawEvent->type == EV_SYN && rawEvent->code == SYN_REPORT) { in process()
H A DJoystickInputMapper.cpp301 case SYN_REPORT: in process()
H A DKeyboardInputMapper.cpp229 if (rawEvent->code == SYN_REPORT) { in process()
H A DSensorInputMapper.cpp271 case SYN_REPORT: in process()
H A DCursorInputMapper.cpp289 if (rawEvent->type == EV_SYN && rawEvent->code == SYN_REPORT) { in process()
H A DTouchInputMapper.cpp1459 if (rawEvent->type == EV_SYN && rawEvent->code == SYN_REPORT) { in process()
/aosp12/hardware/libhardware/modules/input/evdev/
H A DSwitchInputMapper.cpp109 if (event.code == SYN_REPORT) { in process()
H A DMouseInputMapper.cpp101 if (event.code == SYN_REPORT) { in process()
/aosp12/frameworks/base/services/core/jni/
H A 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()
/aosp12/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.cpp248 int EvdevInjector::SendSynReport() { return Send(EV_SYN, SYN_REPORT, 0); } in SendSynReport()
/aosp12/system/core/init/
H A Dkeychords_test.cpp129 return (code < KEY_MAX) && init() && send(EV_KEY, code, value) && send(EV_SYN, SYN_REPORT, 0); in send()
/aosp12/bootable/recovery/recovery_ui/
H A Dui.cpp263 if (touch_screen_allowed_ && ev.code == SYN_REPORT) { in OnInputEvent()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput-event-codes.h44 #define SYN_REPORT 0 macro
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp388 if (rawEvent->type == EV_SYN && rawEvent->code == SYN_REPORT) { in process()