Home
last modified time | relevance | path

Searched refs:libevdev_event_is_code (Results 1 – 5 of 5) sorted by relevance

/third_party/libevdev/libevdev/
Dlibevdev.sym34 libevdev_event_is_code;
Dlibevdev.h2024 int libevdev_event_is_code(const struct input_event *ev, unsigned int type, unsigned int code);
Dlibevdev.c1099 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/
Dlibevdev.h2024 int libevdev_event_is_code(const struct input_event *ev, unsigned int type, unsigned int code);
/third_party/libinput/src/
Devdev.c954 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()