Home
last modified time | relevance | path

Searched refs:libinput_event_touch_get_slot (Results 1 - 7 of 7) sorted by relevance

/third_party/libinput/test/
H A 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()
H A Dlitest.c4221 slot = libinput_event_touch_get_slot(tev); in litest_assert_touch_sequence()
4231 litest_assert_int_eq(slot, libinput_event_touch_get_slot(tev)); in litest_assert_touch_sequence()
4243 litest_assert_int_eq(slot, libinput_event_touch_get_slot(tev)); in litest_assert_touch_sequence()
/third_party/libinput/src/
H A Dlibinput.h1766 libinput_event_touch_get_slot(struct libinput_event_touch *event);
H A Dlibinput.c876 libinput_event_touch_get_slot(struct libinput_event_touch *event) in libinput_event_touch_get_slot() function
/third_party/libinput/export_include/
H A Dlibinput.h1766 libinput_event_touch_get_slot(struct libinput_event_touch *event);
/third_party/libinput/tools/
H A Dlibinput-debug-events.c658 libinput_event_touch_get_slot(t), in print_touch_event()
H A Dlibinput-record.c659 slot = libinput_event_touch_get_slot(t); in print_touch_event()

Completed in 30 milliseconds