Lines Matching full:send_event
208 static int send_event (int fd, uint16_t type, uint16_t code, int32_t value);
309 int send_event (int fd, uint16_t type, uint16_t code, int32_t value)
335 send_event(fd, EV_KEY, key, pressed);
336 send_event(fd, EV_SYN, SYN_REPORT, 0);