Searched refs:queue_push_event (Results 1 – 2 of 2) sorted by relevance
/third_party/libevdev/libevdev/ |
D | libevdev.c | 571 queue_push_event(dev, EV_KEY, i, new ? 1 : 0); in sync_key_state() 597 queue_push_event(dev, EV_SW, i, new ? 1 : 0); in sync_sw_state() 623 queue_push_event(dev, EV_LED, i, new ? 1 : 0); in sync_led_state() 653 queue_push_event(dev, EV_ABS, i, abs_info.value); in sync_abs_state() 748 queue_push_event(dev, EV_ABS, ABS_MT_SLOT, slot); in terminate_slots() 749 queue_push_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); in terminate_slots() 780 queue_push_event(dev, ev.type, ev.code, ev.value); in terminate_slots() 790 queue_push_event(dev, ev.type, ev.code, ev.value); in terminate_slots() 794 queue_push_event(dev, EV_SYN, SYN_REPORT, 0); in terminate_slots() 813 queue_push_event(dev, EV_ABS, ABS_MT_SLOT, slot); in push_mt_sync_events() [all …]
|
D | libevdev-int.h | 139 queue_push_event(struct libevdev *dev, unsigned int type, in queue_push_event() function
|