Home
last modified time | relevance | path

Searched refs:LIBINPUT_EVENT_TOUCH_DOWN (Results 1 – 11 of 11) sorted by relevance

/third_party/libinput/test/
Dtest-touch.c114 if (libinput_event_get_type(ev) != LIBINPUT_EVENT_TOUCH_DOWN) { in START_TEST()
170 touch_assert_seat_slot(li, LIBINPUT_EVENT_TOUCH_DOWN, 0, 0); in START_TEST()
173 touch_assert_seat_slot(li, LIBINPUT_EVENT_TOUCH_DOWN, 0, 1); in START_TEST()
176 touch_assert_seat_slot(li, LIBINPUT_EVENT_TOUCH_DOWN, 1, 2); in START_TEST()
179 touch_assert_seat_slot(li, LIBINPUT_EVENT_TOUCH_DOWN, 1, 3); in START_TEST()
234 if (type == LIBINPUT_EVENT_TOUCH_DOWN) in START_TEST()
249 ck_assert_int_ne(type, LIBINPUT_EVENT_TOUCH_DOWN); in START_TEST()
286 case LIBINPUT_EVENT_TOUCH_DOWN: in START_TEST()
336 tev = litest_is_touch_event(ev, LIBINPUT_EVENT_TOUCH_DOWN); in START_TEST()
405 tev = litest_is_touch_event(ev, LIBINPUT_EVENT_TOUCH_DOWN); in START_TEST()
[all …]
Dlitest.c3046 case LIBINPUT_EVENT_TOUCH_DOWN: in litest_event_type_str()
3539 case LIBINPUT_EVENT_TOUCH_DOWN: in litest_is_touch_event()
3904 tev = litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_DOWN); in litest_assert_touch_sequence()
3967 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_DOWN); in litest_assert_touch_down_frame()
Dtest-misc.c330 if (type >= LIBINPUT_EVENT_TOUCH_DOWN && in START_TEST()
/third_party/libinput/src/
Dlibinput.c121 CASE_RETURN_STRING(LIBINPUT_EVENT_TOUCH_DOWN); in event_type_to_str()
387 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_get_touch_event()
772 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_time()
787 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_time_usec()
802 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_slot()
816 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_seat_slot()
832 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_x()
847 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_x_transformed()
862 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_y_transformed()
876 LIBINPUT_EVENT_TOUCH_DOWN, in libinput_event_touch_get_y()
[all …]
Dlibinput.h747 LIBINPUT_EVENT_TOUCH_DOWN = 500, enumerator
/third_party/libinput/tools/
Dlibinput-debug-events.c89 case LIBINPUT_EVENT_TOUCH_DOWN: in print_event_header()
857 case LIBINPUT_EVENT_TOUCH_DOWN: in handle_and_print_events()
Dlibinput-record.c657 case LIBINPUT_EVENT_TOUCH_DOWN: in buffer_touch_event()
693 case LIBINPUT_EVENT_TOUCH_DOWN: in buffer_touch_event()
1233 case LIBINPUT_EVENT_TOUCH_DOWN: in buffer_libinput_event()
Dlibinput-debug-gui.c1441 case LIBINPUT_EVENT_TOUCH_DOWN: in handle_event_libinput()
/third_party/weston/libweston/
Dlibinput-seat.c314 if (LIBINPUT_EVENT_TOUCH_DOWN == type || LIBINPUT_EVENT_TOUCH_MOTION == type) { in process_multimodalinput_events()
Dlibinput-device.c540 case LIBINPUT_EVENT_TOUCH_DOWN: in evdev_device_process_event_l()
/third_party/libinput/export_include/
Dlibinput.h747 LIBINPUT_EVENT_TOUCH_DOWN = 500, enumerator