Home
last modified time | relevance | path

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

/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachine.java941 short SYN_REPORT = 0x00; in sendKeyEvent() local
948 new InputEvent(EV_SYN, SYN_REPORT, 0))); in sendKeyEvent()
963 short SYN_REPORT = 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()
1052 short SYN_REPORT = 0x00; in sendSingleTouchEvent() local
1064 new InputEvent(EV_SYN, SYN_REPORT, 0))); in sendSingleTouchEvent()
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Duinput.rs40 const SYN_REPORT: libc::c_int = 0; constant
271 || self.send_event(EV_SYN.try_into().unwrap(), SYN_REPORT.try_into().unwrap(), 0) < 0 in send_key()