Searched refs:libevdev_event_is_code (Results 1 – 5 of 5) sorted by relevance
/third_party/libevdev/libevdev/ |
D | libevdev.sym | 34 libevdev_event_is_code;
|
D | libevdev.h | 2024 int libevdev_event_is_code(const struct input_event *ev, unsigned int type, unsigned int code);
|
D | libevdev.c | 1099 libevdev_event_is_code(ev, EV_ABS, ABS_MT_SLOT) && in sanitize_event() 1115 libevdev_event_is_code(ev, EV_ABS, ABS_MT_TRACKING_ID) && in sanitize_event() 1724 libevdev_event_is_code(const struct input_event *ev, unsigned int type, unsigned int code) in libevdev_event_is_code() function
|
/third_party/libevdev/export_include/libevdev/ |
D | libevdev.h | 2024 int libevdev_event_is_code(const struct input_event *ev, unsigned int type, unsigned int code);
|
/third_party/libinput/src/ |
D | evdev.c | 954 if (libevdev_event_is_code(e, EV_SYN, SYN_REPORT)) { in evdev_print_event() 996 if (libevdev_event_is_code(ev, EV_SYN, SYN_REPORT)) { in evdev_device_dispatch_one()
|