Searched refs:test_create_abs_device (Results 1 – 5 of 5) sorted by relevance
/third_party/libevdev/test/ |
D | test-libevdev-has-event.c | 34 test_create_abs_device(&uidev, &dev, in START_TEST() 70 test_create_abs_device(&uidev, &dev, in START_TEST() 116 test_create_abs_device(&uidev, &dev, in START_TEST() 158 test_create_abs_device(&uidev, &dev, in START_TEST() 381 test_create_abs_device(&uidev, &dev, 4, abs, in START_TEST() 405 test_create_abs_device(&uidev, &dev, 5, abs, in START_TEST() 431 test_create_abs_device(&uidev, &dev, 6, abs, in START_TEST() 689 test_create_abs_device(&uidev, &dev, in START_TEST() 744 test_create_abs_device(&uidev, &dev, 1, &abs, in START_TEST() 787 test_create_abs_device(&uidev, &dev, 1, &abs, in START_TEST() [all …]
|
D | test-libevdev-events.c | 360 test_create_abs_device(&uidev, &dev, in START_TEST() 414 test_create_abs_device(&uidev, &dev, in START_TEST() 499 test_create_abs_device(&uidev, &dev, in START_TEST() 674 test_create_abs_device(&uidev, &dev, in START_TEST() 829 test_create_abs_device(&uidev, &dev, in START_TEST() 1027 test_create_abs_device(&uidev, &dev, in START_TEST() 1245 test_create_abs_device(&uidev, &dev, ARRAY_LENGTH(abs), abs, -1); in START_TEST() 1321 test_create_abs_device(&uidev, &dev, in START_TEST() 1360 test_create_abs_device(&uidev, &dev, in START_TEST() 1430 test_create_abs_device(&uidev, &dev, in START_TEST() [all …]
|
D | test-common.h | 58 void test_create_abs_device(struct uinput_device **uidev,
|
D | test-common.c | 59 void test_create_abs_device(struct uinput_device **uidev_return, in test_create_abs_device() function
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 25483 +void test_create_abs_device(struct uinput_device **uidev_return, 25588 +void test_create_abs_device(struct uinput_device **uidev, 27258 + test_create_abs_device(&uidev, &dev, 27312 + test_create_abs_device(&uidev, &dev, 27397 + test_create_abs_device(&uidev, &dev, 27572 + test_create_abs_device(&uidev, &dev, 27727 + test_create_abs_device(&uidev, &dev, 27925 + test_create_abs_device(&uidev, &dev, 28143 + test_create_abs_device(&uidev, &dev, ARRAY_LENGTH(abs), abs, -1); 28219 + test_create_abs_device(&uidev, &dev, [all …]
|