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.h34 struct litest_test_device { struct
35 struct list node; /* global test device list */
37 enum litest_device_type type;
38 int64_t features;
39 const char *shortname;
40 void (*setup)(void); /* test fixture, used by check */
41 void (*teardown)(void); /* test fixture, used by check */
51 bool (*create)(struct litest_device *d);
56 const char *name;
60 const struct input_id *id;
[all …]