Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/services/inputflinger/tests/
H A DUinputDevice.cpp94 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 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.cpp38 case EV_SYN: 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 DMultiTouchInputMapper.cpp162 } else if (rawEvent->type == EV_SYN && rawEvent->code == SYN_MT_REPORT) { in process()
H A DJoystickInputMapper.cpp299 case EV_SYN: in process()
H A DKeyboardInputMapper.cpp228 case EV_SYN: { in process()
H A DSensorInputMapper.cpp269 case EV_SYN: in process()
H A DCursorInputMapper.cpp289 if (rawEvent->type == EV_SYN && rawEvent->code == SYN_REPORT) { in process()
/aosp12/hardware/libhardware/modules/input/evdev/
H A DSwitchInputMapper.cpp108 case EV_SYN: in process()
H A DMouseInputMapper.cpp100 case EV_SYN: 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/inputflinger/reader/
H A DInputDevice.cpp388 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 DCompassSensor.IIO.9150.cpp264 } else if (type == EV_SYN) { in readSample()
/aosp12/system/core/init/
H A Dkeychords.cpp149 msg.type = EV_SYN; in GeteventEnable()
H A Dkeychords_test.cpp129 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 DCompassSensor.IIO.9150.cpp266 } else if (type == EV_SYN) { in readSample()
/aosp12/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.cpp248 int EvdevInjector::SendSynReport() { return Send(EV_SYN, SYN_REPORT, 0); } in SendSynReport()
/aosp12/bootable/recovery/recovery_ui/
H A Dui.cpp262 if (ev.type == EV_SYN) { in OnInputEvent()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput-event-codes.h30 #define EV_SYN 0x00 macro

12