Searched refs:LIBINPUT_EVENT_TOUCH_DOWN (Results 1 – 11 of 11) sorted by relevance
/third_party/libinput/test/ |
D | test-touch.c | 114 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 …]
|
D | litest.c | 3046 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()
|
D | test-misc.c | 330 if (type >= LIBINPUT_EVENT_TOUCH_DOWN && in START_TEST()
|
/third_party/libinput/src/ |
D | libinput.c | 121 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 …]
|
D | libinput.h | 747 LIBINPUT_EVENT_TOUCH_DOWN = 500, enumerator
|
/third_party/libinput/tools/ |
D | libinput-debug-events.c | 89 case LIBINPUT_EVENT_TOUCH_DOWN: in print_event_header() 857 case LIBINPUT_EVENT_TOUCH_DOWN: in handle_and_print_events()
|
D | libinput-record.c | 657 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()
|
D | libinput-debug-gui.c | 1441 case LIBINPUT_EVENT_TOUCH_DOWN: in handle_event_libinput()
|
/third_party/weston/libweston/ |
D | libinput-seat.c | 314 if (LIBINPUT_EVENT_TOUCH_DOWN == type || LIBINPUT_EVENT_TOUCH_MOTION == type) { in process_multimodalinput_events()
|
D | libinput-device.c | 540 case LIBINPUT_EVENT_TOUCH_DOWN: in evdev_device_process_event_l()
|
/third_party/libinput/export_include/ |
D | libinput.h | 747 LIBINPUT_EVENT_TOUCH_DOWN = 500, enumerator
|