Home
last modified time | relevance | path

Searched refs:LIBINPUT_EVENT_TOUCH_CANCEL (Results 1 – 9 of 9) sorted by relevance

/third_party/libinput/src/
Dlibinput.c124 CASE_RETURN_STRING(LIBINPUT_EVENT_TOUCH_CANCEL); in event_type_to_str()
390 LIBINPUT_EVENT_TOUCH_CANCEL, in libinput_event_get_touch_event()
775 LIBINPUT_EVENT_TOUCH_CANCEL, in libinput_event_touch_get_time()
790 LIBINPUT_EVENT_TOUCH_CANCEL, in libinput_event_touch_get_time_usec()
805 LIBINPUT_EVENT_TOUCH_CANCEL); in libinput_event_touch_get_slot()
819 LIBINPUT_EVENT_TOUCH_CANCEL); in libinput_event_touch_get_seat_slot()
2552 LIBINPUT_EVENT_TOUCH_CANCEL, in touch_notify_touch_cancel()
3343 LIBINPUT_EVENT_TOUCH_CANCEL, in libinput_event_touch_get_base_event()
Dlibinput.h750 LIBINPUT_EVENT_TOUCH_CANCEL, enumerator
/third_party/libinput/tools/
Dlibinput-debug-events.c98 case LIBINPUT_EVENT_TOUCH_CANCEL: in print_event_header()
866 case LIBINPUT_EVENT_TOUCH_CANCEL: in handle_and_print_events()
Dlibinput-record.c666 case LIBINPUT_EVENT_TOUCH_CANCEL: in buffer_touch_event()
711 case LIBINPUT_EVENT_TOUCH_CANCEL: in buffer_touch_event()
1236 case LIBINPUT_EVENT_TOUCH_CANCEL: in buffer_libinput_event()
Dlibinput-debug-gui.c1118 case LIBINPUT_EVENT_TOUCH_CANCEL: in handle_event_touch()
1444 case LIBINPUT_EVENT_TOUCH_CANCEL: in handle_event_libinput()
/third_party/libinput/export_include/
Dlibinput.h750 LIBINPUT_EVENT_TOUCH_CANCEL, enumerator
/third_party/libinput/test/
Dlitest.c3055 case LIBINPUT_EVENT_TOUCH_CANCEL: in litest_event_type_str()
3543 case LIBINPUT_EVENT_TOUCH_CANCEL: in litest_is_touch_event()
3995 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_CANCEL); in litest_assert_touch_cancel()
Dtest-touch.c995 litest_is_touch_event(ev, LIBINPUT_EVENT_TOUCH_CANCEL); in START_TEST()
Dtest-device.c307 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_CANCEL); in START_TEST()