Searched refs:LIBINPUT_EVENT_DEVICE_REMOVED (Results 1 - 17 of 17) sorted by relevance
/third_party/libinput/test/ |
H A D | test-path.c | 361 LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() local 523 if (type == LIBINPUT_EVENT_DEVICE_REMOVED) in START_TEST() 554 if (type == LIBINPUT_EVENT_DEVICE_REMOVED) in START_TEST() 707 ck_assert_int_eq(type, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() 787 ck_assert_int_eq(type, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() 808 type != LIBINPUT_EVENT_DEVICE_REMOVED) in START_TEST() 874 ck_assert_int_eq(type, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() 936 litest_assert_event_type(event, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST()
|
H A D | test-udev.c | 269 LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() local 372 case LIBINPUT_EVENT_DEVICE_REMOVED: in process_events_count_devices()
|
H A D | test-misc.c | 121 type == LIBINPUT_EVENT_DEVICE_REMOVED) { in START_TEST() 130 else if (type == LIBINPUT_EVENT_DEVICE_REMOVED) in START_TEST()
|
H A D | test-keyboard.c | 232 if (type == LIBINPUT_EVENT_DEVICE_REMOVED) { in START_TEST()
|
H A D | test-totem.c | 234 litest_assert_only_typed_events(li, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST()
|
H A D | test-touchpad.c | 6006 litest_assert_only_typed_events(li, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() 6049 litest_assert_only_typed_events(li, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() 6087 litest_assert_only_typed_events(li, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() 6095 litest_assert_only_typed_events(li, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() 6139 litest_assert_only_typed_events(li, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() 6147 litest_assert_only_typed_events(li, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST()
|
H A D | test-touch.c | 1003 litest_assert_event_type(ev, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST()
|
H A D | test-pointer.c | 466 if (type == LIBINPUT_EVENT_DEVICE_REMOVED) { in START_TEST() 1370 litest_assert_event_type(event, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST()
|
H A D | test-tablet.c | 5052 litest_assert_only_typed_events(li, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() 5104 litest_assert_only_typed_events(li, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() 5163 litest_assert_only_typed_events(li, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST() 5210 litest_assert_only_typed_events(li, LIBINPUT_EVENT_DEVICE_REMOVED); in START_TEST()
|
H A D | litest.c | 3121 case LIBINPUT_EVENT_DEVICE_REMOVED: in litest_event_type_str()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 71 case LIBINPUT_EVENT_DEVICE_REMOVED: in print_event_header() 868 case LIBINPUT_EVENT_DEVICE_REMOVED: in handle_and_print_events()
|
H A D | libinput-debug-tablet.c | 375 case LIBINPUT_EVENT_DEVICE_REMOVED: in handle_libinput_events()
|
H A D | libinput-record.c | 429 case LIBINPUT_EVENT_DEVICE_REMOVED: in print_device_notify() 1172 case LIBINPUT_EVENT_DEVICE_REMOVED: in print_libinput_event()
|
H A D | libinput-debug-gui.c | 1770 case LIBINPUT_EVENT_DEVICE_REMOVED: in handle_event_libinput()
|
/third_party/libinput/src/ |
H A D | libinput.h | 744 LIBINPUT_EVENT_DEVICE_REMOVED, enumerator 867 * LIBINPUT_EVENT_DEVICE_REMOVED. 3622 * the @ref LIBINPUT_EVENT_DEVICE_REMOVED event marks the end of events for 4059 * LIBINPUT_EVENT_DEVICE_REMOVED. It is up to the caller to track how many 4211 * @ref LIBINPUT_EVENT_DEVICE_REMOVED event and this @ref libinput_device is
|
H A D | libinput.c | 85 CASE_RETURN_STRING(LIBINPUT_EVENT_DEVICE_REMOVED); in event_type_to_str() 460 LIBINPUT_EVENT_DEVICE_REMOVED); in libinput_event_get_device_notify_event() local 2358 LIBINPUT_EVENT_DEVICE_REMOVED, in notify_removed_device() 3512 LIBINPUT_EVENT_DEVICE_REMOVED); in libinput_event_device_notify_get_base_event() local
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 744 LIBINPUT_EVENT_DEVICE_REMOVED, enumerator 867 * LIBINPUT_EVENT_DEVICE_REMOVED. 3622 * the @ref LIBINPUT_EVENT_DEVICE_REMOVED event marks the end of events for 4059 * LIBINPUT_EVENT_DEVICE_REMOVED. It is up to the caller to track how many 4211 * @ref LIBINPUT_EVENT_DEVICE_REMOVED event and this @ref libinput_device is
|
Completed in 53 milliseconds