Searched refs:queue_push_event (Results 1 – 2 of 2) sorted by relevance
/third_party/libevdev/libevdev/ |
D | libevdev.c | 588 queue_push_event(dev, EV_KEY, i, new ? 1 : 0); in sync_key_state() 614 queue_push_event(dev, EV_SW, i, new ? 1 : 0); in sync_sw_state() 640 queue_push_event(dev, EV_LED, i, new ? 1 : 0); in sync_led_state() 670 queue_push_event(dev, EV_ABS, i, abs_info.value); in sync_abs_state() 765 queue_push_event(dev, EV_ABS, ABS_MT_SLOT, slot); in terminate_slots() 766 queue_push_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); in terminate_slots() 797 queue_push_event(dev, ev.type, ev.code, ev.value); in terminate_slots() 807 queue_push_event(dev, ev.type, ev.code, ev.value); in terminate_slots() 811 queue_push_event(dev, EV_SYN, SYN_REPORT, 0); in terminate_slots() 830 queue_push_event(dev, EV_ABS, ABS_MT_SLOT, slot); in push_mt_sync_events() [all …]
|
D | libevdev-int.h | 156 queue_push_event(struct libevdev *dev, unsigned int type, in queue_push_event() function
|