Searched refs:LIBINPUT_EVENT_TOUCH_CANCEL (Results 1 - 9 of 9) sorted by relevance
/third_party/libinput/src/ |
H A D | libinput.c | 97 CASE_RETURN_STRING(LIBINPUT_EVENT_TOUCH_CANCEL); in event_type_to_str() 402 LIBINPUT_EVENT_TOUCH_CANCEL, in libinput_event_get_touch_event() local 854 LIBINPUT_EVENT_TOUCH_CANCEL, in libinput_event_touch_get_time() local 869 LIBINPUT_EVENT_TOUCH_CANCEL, in libinput_event_touch_get_time_usec() local 884 LIBINPUT_EVENT_TOUCH_CANCEL); in libinput_event_touch_get_slot() local 898 LIBINPUT_EVENT_TOUCH_CANCEL); in libinput_event_touch_get_seat_slot() local 2737 LIBINPUT_EVENT_TOUCH_CANCEL, in touch_notify_touch_cancel() 3554 LIBINPUT_EVENT_TOUCH_CANCEL, in libinput_event_touch_get_base_event() local
|
H A D | libinput.h | 142 * LIBINPUT_EVENT_TOUCH_UP, @ref LIBINPUT_EVENT_TOUCH_CANCEL and @ref 828 LIBINPUT_EVENT_TOUCH_CANCEL, enumerator 1757 * LIBINPUT_EVENT_TOUCH_CANCEL, this function returns 0. 1761 * @ref LIBINPUT_EVENT_TOUCH_MOTION or @ref LIBINPUT_EVENT_TOUCH_CANCEL. 1779 * LIBINPUT_EVENT_TOUCH_CANCEL, this function returns 0. 1783 * @ref LIBINPUT_EVENT_TOUCH_MOTION or @ref LIBINPUT_EVENT_TOUCH_CANCEL.
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 107 case LIBINPUT_EVENT_TOUCH_CANCEL: in print_event_header() 894 case LIBINPUT_EVENT_TOUCH_CANCEL: in handle_and_print_events()
|
H A D | libinput-record.c | 646 case LIBINPUT_EVENT_TOUCH_CANCEL: in print_touch_event() 691 case LIBINPUT_EVENT_TOUCH_CANCEL: in print_touch_event() 1193 case LIBINPUT_EVENT_TOUCH_CANCEL: in print_libinput_event()
|
H A D | libinput-debug-gui.c | 1445 case LIBINPUT_EVENT_TOUCH_CANCEL: in handle_event_touch() 1782 case LIBINPUT_EVENT_TOUCH_CANCEL: in handle_event_libinput()
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 142 * LIBINPUT_EVENT_TOUCH_UP, @ref LIBINPUT_EVENT_TOUCH_CANCEL and @ref 828 LIBINPUT_EVENT_TOUCH_CANCEL, enumerator 1757 * LIBINPUT_EVENT_TOUCH_CANCEL, this function returns 0. 1761 * @ref LIBINPUT_EVENT_TOUCH_MOTION or @ref LIBINPUT_EVENT_TOUCH_CANCEL. 1779 * LIBINPUT_EVENT_TOUCH_CANCEL, this function returns 0. 1783 * @ref LIBINPUT_EVENT_TOUCH_MOTION or @ref LIBINPUT_EVENT_TOUCH_CANCEL.
|
/third_party/libinput/test/ |
H A D | litest.c | 3157 case LIBINPUT_EVENT_TOUCH_CANCEL: in litest_event_type_str() 3703 case LIBINPUT_EVENT_TOUCH_CANCEL: in litest_is_touch_event() 4311 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_CANCEL); in litest_assert_touch_cancel()
|
H A D | test-touch.c | 995 litest_is_touch_event(ev, LIBINPUT_EVENT_TOUCH_CANCEL); in START_TEST()
|
H A D | test-device.c | 307 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_CANCEL); in START_TEST()
|
Completed in 37 milliseconds