Home
last modified time | relevance | path

Searched refs:libinput_event_get_touch_event (Results 1 – 10 of 10) sorted by relevance

/third_party/libinput/test/
Dtest-misc.c136 ck_assert(libinput_event_get_touch_event(event) == NULL); in START_TEST()
194 ck_assert(libinput_event_get_touch_event(event) == NULL); in START_TEST()
246 ck_assert(libinput_event_get_touch_event(event) == NULL); in START_TEST()
291 ck_assert(libinput_event_get_touch_event(event) == NULL); in START_TEST()
334 t = libinput_event_get_touch_event(event); in START_TEST()
398 ck_assert(libinput_event_get_touch_event(event) == NULL); in START_TEST()
446 ck_assert(libinput_event_get_touch_event(event) == NULL); in START_TEST()
490 ck_assert(libinput_event_get_touch_event(event) == NULL); in START_TEST()
534 ck_assert(libinput_event_get_touch_event(event) == NULL); in START_TEST()
Dtest-touch.c119 tev = libinput_event_get_touch_event(ev); in START_TEST()
735 tev = libinput_event_get_touch_event(ev); in START_TEST()
786 tev = libinput_event_get_touch_event(ev); in START_TEST()
795 tev = libinput_event_get_touch_event(ev); in START_TEST()
Dlitest.c3672 touch = libinput_event_get_touch_event(event); in litest_is_touch_event()
/third_party/libinput/src/
Dlibinput.sym71 libinput_event_get_touch_event;
Dlibinput.h1082 libinput_event_get_touch_event(struct libinput_event *event);
Dlibinput.c393 libinput_event_get_touch_event(struct libinput_event *event) in libinput_event_get_touch_event() function
/third_party/libinput/export_include/
Dlibinput.h1082 libinput_event_get_touch_event(struct libinput_event *event);
/third_party/libinput/tools/
Dlibinput-debug-events.c643 struct libinput_event_touch *t = libinput_event_get_touch_event(ev); in print_touch_event()
Dlibinput-debug-gui.c1425 struct libinput_event_touch *t = libinput_event_get_touch_event(ev); in handle_event_touch()
Dlibinput-record.c628 struct libinput_event_touch *t = libinput_event_get_touch_event(e); in print_touch_event()