Lines Matching refs:SendEvent
90 SendEvent(EV_ABS, ABS_MT_POSITION_X, slots_[s].coord.x); in SendTouchEvent()
91 SendEvent(EV_ABS, ABS_MT_POSITION_Y, slots_[s].coord.y); in SendTouchEvent()
92 SendEvent(EV_ABS, ABS_MT_TRACKING_ID, s); in SendTouchEvent()
93 SendEvent(EV_SYN, SYN_MT_REPORT, SYNC_VALUE); in SendTouchEvent()
117 SendEvent(EV_KEY, BTN_TOUCH, DOWN_VALUE); in DownButton()
119 SendEvent(EV_SYN, SYN_MT_REPORT, SYNC_VALUE); in DownButton()
121 SendEvent(EV_SYN, SYN_REPORT, SYNC_VALUE); in DownButton()
143 SendEvent(EV_SYN, SYN_MT_REPORT, SYNC_VALUE); in UpButton()
145 SendEvent(EV_SYN, SYN_REPORT, SYNC_VALUE); in UpButton()
150 SendEvent(EV_KEY, BTN_TOUCH, UP_VALUE); in UpButton()
151 SendEvent(EV_SYN, SYN_MT_REPORT, SYNC_VALUE); in UpButton()
152 SendEvent(EV_SYN, SYN_REPORT, SYNC_VALUE); in UpButton()
192 SendEvent(EV_SYN, SYN_MT_REPORT, SYNC_VALUE); in Move()
193 SendEvent(EV_SYN, SYN_REPORT, SYNC_VALUE); in Move()