Searched refs:LIBINPUT_LOG_PRIORITY_ERROR (Results 1 – 13 of 13) sorted by relevance
/third_party/libinput/test/ |
D | test-log.c | 58 ck_assert_int_eq(pri, LIBINPUT_LOG_PRIORITY_ERROR); in START_TEST() 116 libinput_log_set_priority(li, LIBINPUT_LOG_PRIORITY_ERROR); in START_TEST() 181 libinput_log_set_priority(li, LIBINPUT_LOG_PRIORITY_ERROR); in START_TEST()
|
D | test-misc.c | 662 if (priority == LIBINPUT_LOG_PRIORITY_ERROR && in timer_offset_warning() 702 if (priority == LIBINPUT_LOG_PRIORITY_ERROR && in timer_delay_warning()
|
D | litest.c | 684 case LIBINPUT_LOG_PRIORITY_ERROR: in litest_log_handler() 927 if (priority < LIBINPUT_LOG_PRIORITY_ERROR) in quirk_log_handler()
|
D | test-tablet.c | 3971 if (priority == LIBINPUT_LOG_PRIORITY_ERROR && in pressure_threshold_warning()
|
/third_party/libinput/src/ |
D | libinput-private.h | 422 #define log_error(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, __VA_ARGS__) 423 #define log_bug_kernel(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, "kernel bug: " __VA_AR… 424 #define log_bug_libinput(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, "libinput bug: " __V… 425 #define log_bug_client(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, "client bug: " __VA_AR… 429 …g_error_ratelimit(li_, r_, ...) log_msg_ratelimit((li_), (r_), LIBINPUT_LOG_PRIORITY_ERROR, __VA_A… 430 …_kernel_ratelimit(li_, r_, ...) log_msg_ratelimit((li_), (r_), LIBINPUT_LOG_PRIORITY_ERROR, "kerne… 431 …ibinput_ratelimit(li_, r_, ...) log_msg_ratelimit((li_), (r_), LIBINPUT_LOG_PRIORITY_ERROR, "libin… 432 …_client_ratelimit(li_, r_, ...) log_msg_ratelimit((li_), (r_), LIBINPUT_LOG_PRIORITY_ERROR, "clien…
|
D | evdev.h | 831 #define evdev_log_error(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_ERROR, __VA_ARGS__) 832 #define evdev_log_bug_kernel(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_ERROR, "kernel bug:… 833 #define evdev_log_bug_libinput(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_ERROR, "libinput … 834 #define evdev_log_bug_client(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_ERROR, "client bug:… 841 evdev_log_msg_ratelimit((d_), (r_), LIBINPUT_LOG_PRIORITY_ERROR, __VA_ARGS__) 843 evdev_log_msg_ratelimit((d_), (r_), LIBINPUT_LOG_PRIORITY_ERROR, "kernel bug: " __VA_ARGS__) 845 evdev_log_msg_ratelimit((d_), (r_), LIBINPUT_LOG_PRIORITY_ERROR, "libinput bug: " __VA_ARGS__) 847 evdev_log_msg_ratelimit((d_), (r_), LIBINPUT_LOG_PRIORITY_ERROR, "client bug: " __VA_ARGS__)
|
D | quirks.h | 130 QLOG_ERROR = LIBINPUT_LOG_PRIORITY_ERROR,
|
D | libinput.h | 182 LIBINPUT_LOG_PRIORITY_ERROR = 30, enumerator
|
D | evdev.c | 2126 enum libinput_log_priority pri = LIBINPUT_LOG_PRIORITY_ERROR; in libevdev_log_func() 2132 pri = LIBINPUT_LOG_PRIORITY_ERROR; in libevdev_log_func()
|
D | libinput.c | 256 case LIBINPUT_LOG_PRIORITY_ERROR: prefix = "error"; break; in libinput_default_log_func() 1777 libinput->log_priority = LIBINPUT_LOG_PRIORITY_ERROR; in libinput_init()
|
/third_party/libinput/tools/ |
D | shared.c | 59 if (priority >= LIBINPUT_LOG_PRIORITY_ERROR) in log_handler()
|
/third_party/weston/libweston/ |
D | libinput-seat.c | 479 priority = LIBINPUT_LOG_PRIORITY_ERROR; in udev_input_init()
|
/third_party/libinput/export_include/ |
D | libinput.h | 182 LIBINPUT_LOG_PRIORITY_ERROR = 30, enumerator
|