Searched refs:libinput_device_get_name (Results 1 - 13 of 13) sorted by relevance
/third_party/libinput/tools/ |
H A D | libinput-list-devices.c | 308 libinput_device_get_name(dev), in print_device_notify()
|
H A D | libinput-debug-gui.c | 1194 libinput_device_get_name(*dev), in change_ptraccel() 1199 libinput_device_get_name(*dev), in change_ptraccel() 1225 msg("Unknown device: %s\n", libinput_device_get_name(dev)); in handle_event_evdev() 1370 libinput_device_get_name(dev), in handle_event_device_notify()
|
H A D | libinput-debug-tablet.c | 169 libinput_device_get_name(ctx->device), in print_state()
|
H A D | shared.c | 460 const char *name = libinput_device_get_name(device); in tools_device_apply_config()
|
H A D | libinput-debug-events.c | 272 libinput_device_get_name(dev), in print_device_notify()
|
/third_party/libinput/src/ |
H A D | libinput.h | 4111 * To get the descriptive device name, use libinput_device_get_name(). 4134 libinput_device_get_name(struct libinput_device *device);
|
H A D | libinput.c | 2404 libinput_device_get_name(device)); in device_has_cap() 3267 libinput_device_get_name(struct libinput_device *device) in libinput_device_get_name() function
|
/third_party/libinput/test/ |
H A D | test-udev.c | 659 name = libinput_device_get_name(device); in START_TEST()
|
H A D | test-quirks.c | 1391 if (strstr(libinput_device_get_name(device), "ALPS")) { in START_TEST()
|
H A D | litest.c | 3240 libinput_device_get_name(dev), in litest_print_event() 3343 libinput_device_get_name(libinput_event_get_device(event)), in _litest_assert_event_type_is_one_of()
|
H A D | test-device.c | 758 libinput_device_get_name(dev->libinput_device)); in START_TEST()
|
H A D | test-pointer.c | 2872 const char *name = libinput_device_get_name(dev->libinput_device); in START_TEST()
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 4111 * To get the descriptive device name, use libinput_device_get_name(). 4134 libinput_device_get_name(struct libinput_device *device);
|
Completed in 40 milliseconds