Home | History | Annotate | Download | only in src

Lines Matching full:send_event

141 static int  send_event (int fd, uint16_t type, uint16_t code, int32_t value);
226 int send_event (int fd, uint16_t type, uint16_t code, int32_t value)
250 send_event(fd, EV_KEY, key, pressed);
251 send_event(fd, EV_SYN, SYN_REPORT, 0);