Searched refs:LIBINPUT_EVENT_TOUCH_CANCEL (Results 1 – 9 of 9) sorted by relevance
/third_party/libinput/src/ |
D | libinput.c | 124 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()
|
D | libinput.h | 750 LIBINPUT_EVENT_TOUCH_CANCEL, enumerator
|
/third_party/libinput/tools/ |
D | libinput-debug-events.c | 98 case LIBINPUT_EVENT_TOUCH_CANCEL: in print_event_header() 866 case LIBINPUT_EVENT_TOUCH_CANCEL: in handle_and_print_events()
|
D | libinput-record.c | 666 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()
|
D | libinput-debug-gui.c | 1118 case LIBINPUT_EVENT_TOUCH_CANCEL: in handle_event_touch() 1444 case LIBINPUT_EVENT_TOUCH_CANCEL: in handle_event_libinput()
|
/third_party/libinput/export_include/ |
D | libinput.h | 750 LIBINPUT_EVENT_TOUCH_CANCEL, enumerator
|
/third_party/libinput/test/ |
D | litest.c | 3055 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()
|
D | test-touch.c | 995 litest_is_touch_event(ev, LIBINPUT_EVENT_TOUCH_CANCEL); in START_TEST()
|
D | test-device.c | 307 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_CANCEL); in START_TEST()
|