Lines Matching +full:libinput +full:- +full:test +full:- +full:suite +full:- +full:device
29 #include <libinput.h>
36 static struct libinput *log_handler_context;
39 simple_log_handler(struct libinput *libinput, in simple_log_handler() argument
46 litest_assert_ptr_eq(libinput, log_handler_context); in simple_log_handler()
55 return fd < 0 ? -errno : fd; in open_restricted()
70 struct libinput *li; in START_TEST()
83 struct libinput *li; in START_TEST()
107 struct libinput *li; in START_TEST()
127 struct libinput *li; in START_TEST()
142 /* event0 exists on any box we care to run the test suite on and we in START_TEST()
143 * currently prints *something* for each device */ in START_TEST()
157 axisrange_warning_log_handler(struct libinput *libinput, in axisrange_warning_log_handler() argument
174 struct libinput *li = dev->libinput; in START_TEST()
176 int axis = _i; /* looped test */ in START_TEST()
184 abs = libevdev_get_abs_info(dev->evdev, axis); in START_TEST()
189 abs->maximum * 2 + i); in START_TEST()
190 litest_event(dev, EV_ABS, axis, abs->maximum * 2); in START_TEST()