Searched refs:LIBINPUT_EVENT_TOUCH_UP (Results 1 – 9 of 9) sorted by relevance
/third_party/libinput/test/ |
D | test-touch.c | 190 touch_assert_seat_slot(li, LIBINPUT_EVENT_TOUCH_UP, 0, 0); in START_TEST() 193 touch_assert_seat_slot(li, LIBINPUT_EVENT_TOUCH_UP, 0, 1); in START_TEST() 196 touch_assert_seat_slot(li, LIBINPUT_EVENT_TOUCH_UP, 1, 2); in START_TEST() 199 touch_assert_seat_slot(li, LIBINPUT_EVENT_TOUCH_UP, 1, 3); in START_TEST() 236 else if (type == LIBINPUT_EVENT_TOUCH_UP) in START_TEST() 250 if (type == LIBINPUT_EVENT_TOUCH_UP) in START_TEST() 290 case LIBINPUT_EVENT_TOUCH_UP: in START_TEST() 751 litest_is_touch_event(ev, LIBINPUT_EVENT_TOUCH_UP); in START_TEST() 863 if (libinput_event_get_type(ev1) == LIBINPUT_EVENT_TOUCH_UP || in START_TEST()
|
D | litest.c | 3049 case LIBINPUT_EVENT_TOUCH_UP: in litest_event_type_str() 3540 case LIBINPUT_EVENT_TOUCH_UP: in litest_is_touch_event() 3924 } while (libinput_event_get_type(event) != LIBINPUT_EVENT_TOUCH_UP); in litest_assert_touch_sequence() 3926 tev = litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_UP); in litest_assert_touch_sequence() 3981 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_UP); in litest_assert_touch_up_frame()
|
/third_party/libinput/src/ |
D | libinput.c | 122 CASE_RETURN_STRING(LIBINPUT_EVENT_TOUCH_UP); in event_type_to_str() 388 LIBINPUT_EVENT_TOUCH_UP, in libinput_event_get_touch_event() 773 LIBINPUT_EVENT_TOUCH_UP, in libinput_event_touch_get_time() 788 LIBINPUT_EVENT_TOUCH_UP, in libinput_event_touch_get_time_usec() 803 LIBINPUT_EVENT_TOUCH_UP, in libinput_event_touch_get_slot() 817 LIBINPUT_EVENT_TOUCH_UP, in libinput_event_touch_get_seat_slot() 2528 LIBINPUT_EVENT_TOUCH_UP, in touch_notify_touch_up() 3341 LIBINPUT_EVENT_TOUCH_UP, in libinput_event_touch_get_base_event()
|
D | libinput.h | 748 LIBINPUT_EVENT_TOUCH_UP, enumerator
|
/third_party/libinput/tools/ |
D | libinput-debug-events.c | 95 case LIBINPUT_EVENT_TOUCH_UP: in print_event_header() 863 case LIBINPUT_EVENT_TOUCH_UP: in handle_and_print_events()
|
D | libinput-record.c | 660 case LIBINPUT_EVENT_TOUCH_UP: in buffer_touch_event() 710 case LIBINPUT_EVENT_TOUCH_UP: in buffer_touch_event() 1234 case LIBINPUT_EVENT_TOUCH_UP: in buffer_libinput_event()
|
D | libinput-debug-gui.c | 1115 case LIBINPUT_EVENT_TOUCH_UP: in handle_event_touch() 1443 case LIBINPUT_EVENT_TOUCH_UP: in handle_event_libinput()
|
/third_party/weston/libweston/ |
D | libinput-device.c | 548 case LIBINPUT_EVENT_TOUCH_UP: in evdev_device_process_event_l()
|
/third_party/libinput/export_include/ |
D | libinput.h | 748 LIBINPUT_EVENT_TOUCH_UP, enumerator
|