Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Duinput.rs35 const EV_SYN: libc::c_int = 0x00; constant
204 libc::ioctl(fd, UI_SET_EVBIT, EV_SYN); in init()
271 || self.send_event(EV_SYN.try_into().unwrap(), SYN_REPORT.try_into().unwrap(), 0) < 0 in send_key()
/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachine.java939 short EV_SYN = 0x00; in sendKeyEvent() local
948 new InputEvent(EV_SYN, SYN_REPORT, 0))); in sendKeyEvent()
958 short EV_SYN = 0x00; in sendMouseEvent() local
973 new InputEvent(EV_SYN, SYN_REPORT, 0))); in sendMouseEvent()
1003 new InputEvent(EV_SYN, SYN_REPORT, 0))); in sendMouseEvent()
1016 new InputEvent(EV_SYN, SYN_REPORT, 0))); in sendMouseEvent()
1023 new InputEvent(EV_SYN, SYN_REPORT, 0))); in sendMouseEvent()
1046 short EV_SYN = 0x00; in sendSingleTouchEvent() local
1064 new InputEvent(EV_SYN, SYN_REPORT, 0))); in sendSingleTouchEvent()