Home
last modified time | relevance | path

Searched defs:litest_test_device (Results 1 – 1 of 1) sorted by relevance

/third_party/libinput/test/
Dlitest-int.h37 struct litest_test_device { struct
38 struct list node; /* global test device list */
40 enum litest_device_type type;
41 int64_t features;
42 const char *shortname;
43 void (*setup)(void); /* test fixture, used by check */
44 void (*teardown)(void); /* test fixture, used by check */
54 bool (*create)(struct litest_device *d);
59 const char *name;
63 const struct input_id *id;
[all …]