Home
last modified time | relevance | path

Searched refs:libinput_event_touch_get_slot (Results 1 – 8 of 8) sorted by relevance

/third_party/libinput/src/
Dlibinput.sym97 libinput_event_touch_get_slot;
Dlibinput.h1766 libinput_event_touch_get_slot(struct libinput_event_touch *event);
Dlibinput.c875 libinput_event_touch_get_slot(struct libinput_event_touch *event) in libinput_event_touch_get_slot() function
/third_party/libinput/test/
Dtest-touch.c148 slot = libinput_event_touch_get_slot(tev); in touch_assert_seat_slot()
787 ck_assert_int_eq(libinput_event_touch_get_slot(tev), 0); in START_TEST()
796 ck_assert_int_eq(libinput_event_touch_get_slot(tev), 1); in START_TEST()
Dlitest.c4168 slot = libinput_event_touch_get_slot(tev); in litest_assert_touch_sequence()
4178 litest_assert_int_eq(slot, libinput_event_touch_get_slot(tev)); in litest_assert_touch_sequence()
4190 litest_assert_int_eq(slot, libinput_event_touch_get_slot(tev)); in litest_assert_touch_sequence()
/third_party/libinput/export_include/
Dlibinput.h1766 libinput_event_touch_get_slot(struct libinput_event_touch *event);
/third_party/libinput/tools/
Dlibinput-debug-events.c650 libinput_event_touch_get_slot(t), in print_touch_event()
Dlibinput-record.c658 slot = libinput_event_touch_get_slot(t); in print_touch_event()