Searched refs:LIBINPUT_EVENT_TOUCH_FRAME (Results 1 - 10 of 10) sorted by relevance
/third_party/libinput/test/ |
H A D | test-touch.c | 49 if (libinput_event_get_type(event) == LIBINPUT_EVENT_TOUCH_FRAME) in START_TEST() 59 if (libinput_event_get_type(event) == LIBINPUT_EVENT_TOUCH_FRAME) in START_TEST() 155 litest_assert_event_type(ev, LIBINPUT_EVENT_TOUCH_FRAME); in touch_assert_seat_slot() 720 litest_is_touch_event(ev, LIBINPUT_EVENT_TOUCH_FRAME); in START_TEST() 728 LIBINPUT_EVENT_TOUCH_FRAME) { in START_TEST() 777 litest_is_touch_event(ev, LIBINPUT_EVENT_TOUCH_FRAME); in START_TEST() 791 litest_is_touch_event(ev, LIBINPUT_EVENT_TOUCH_FRAME); in START_TEST() 800 litest_is_touch_event(ev, LIBINPUT_EVENT_TOUCH_FRAME); in START_TEST() 864 libinput_event_get_type(ev1) == LIBINPUT_EVENT_TOUCH_FRAME) in START_TEST() 929 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_FRAME); in START_TEST() [all...] |
H A D | litest.c | 3160 case LIBINPUT_EVENT_TOUCH_FRAME: in litest_event_type_str() 3702 case LIBINPUT_EVENT_TOUCH_FRAME: in litest_is_touch_event() 4225 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_FRAME); in litest_assert_touch_sequence() 4235 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_FRAME); in litest_assert_touch_sequence() 4246 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_FRAME); in litest_assert_touch_sequence() 4261 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_FRAME); in litest_assert_touch_motion_frame() 4270 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_FRAME); in litest_assert_touch_motion_frame() 4287 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_FRAME); in litest_assert_touch_down_frame() 4301 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_FRAME); in litest_assert_touch_up_frame() 4315 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_FRAME); in litest_assert_touch_cancel() [all...] |
H A D | test-misc.c | 331 type <= LIBINPUT_EVENT_TOUCH_FRAME) { in START_TEST()
|
H A D | test-device.c | 311 litest_is_touch_event(event, LIBINPUT_EVENT_TOUCH_FRAME); in START_TEST()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 110 case LIBINPUT_EVENT_TOUCH_FRAME: in print_event_header() 656 if (type != LIBINPUT_EVENT_TOUCH_FRAME) { in print_touch_event() 895 case LIBINPUT_EVENT_TOUCH_FRAME: in handle_and_print_events()
|
H A D | libinput-record.c | 649 case LIBINPUT_EVENT_TOUCH_FRAME: in print_touch_event() 658 if (etype != LIBINPUT_EVENT_TOUCH_FRAME) { in print_touch_event() 664 case LIBINPUT_EVENT_TOUCH_FRAME: in print_touch_event() 1194 case LIBINPUT_EVENT_TOUCH_FRAME: in print_libinput_event()
|
H A D | libinput-debug-gui.c | 1785 case LIBINPUT_EVENT_TOUCH_FRAME: in handle_event_libinput()
|
/third_party/libinput/src/ |
H A D | libinput.c | 98 CASE_RETURN_STRING(LIBINPUT_EVENT_TOUCH_FRAME); in event_type_to_str() 403 LIBINPUT_EVENT_TOUCH_FRAME); in libinput_event_get_touch_event() local 855 LIBINPUT_EVENT_TOUCH_FRAME); in libinput_event_touch_get_time() local 870 LIBINPUT_EVENT_TOUCH_FRAME); in libinput_event_touch_get_time_usec() local 2757 LIBINPUT_EVENT_TOUCH_FRAME, in touch_notify_frame() 3555 LIBINPUT_EVENT_TOUCH_FRAME); in libinput_event_touch_get_base_event() local
|
H A D | libinput.h | 143 * LIBINPUT_EVENT_TOUCH_FRAME. 833 LIBINPUT_EVENT_TOUCH_FRAME, enumerator
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 143 * LIBINPUT_EVENT_TOUCH_FRAME. 833 LIBINPUT_EVENT_TOUCH_FRAME, enumerator
|
Completed in 33 milliseconds