Lines Matching defs:priority
775 enum libinput_log_priority priority,
782 if (!is_logged(evdev_libinput_context(device), priority))
790 (priority > LIBINPUT_LOG_PRIORITY_DEBUG) ? device->log_prefix_name : "",
791 (priority > LIBINPUT_LOG_PRIORITY_DEBUG) ? ": " : "",
797 log_msg_va(evdev_libinput_context(device), priority, buf, args);
807 enum libinput_log_priority priority,
816 if (!is_logged(evdev_libinput_context(device), priority))
828 (priority > LIBINPUT_LOG_PRIORITY_DEBUG) ? device->log_prefix_name : "",
829 (priority > LIBINPUT_LOG_PRIORITY_DEBUG) ? ": " : "",
835 log_msg_va(evdev_libinput_context(device), priority, buf, args);
842 priority,