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