Home
last modified time | relevance | path

Searched refs:log_handler (Results 1 – 18 of 18) sorted by relevance

/third_party/libinput/test/
Dtest-quirks.c34 log_handler(struct libinput *this_is_null, in log_handler() function
95 log_handler, in START_TEST()
109 log_handler, in START_TEST()
126 log_handler, in START_TEST()
142 log_handler, in START_TEST()
160 log_handler, in START_TEST()
178 log_handler, in START_TEST()
198 log_handler, in START_TEST()
218 log_handler, in START_TEST()
240 log_handler, in START_TEST()
[all …]
/third_party/weston/libweston/
Dlog.c51 static log_func_t log_handler = default_log_handler; variable
96 log_handler = log; in weston_log_set_handler()
106 return log_handler(fmt, ap); in weston_vlog()
/third_party/libinput/tools/
Dlibinput-quirks.c39 log_handler(struct libinput *this_is_null, in log_handler() function
177 log_handler, in main()
Dshared.c48 log_handler(struct libinput *li, in log_handler() function
291 libinput_log_set_handler(li, log_handler); in tools_open_udev()
321 libinput_log_set_handler(li, log_handler); in tools_open_device()
/third_party/libusb/libusb/
Dcore.c44 static libusb_log_cb log_handler; variable
2148 log_handler = cb; in libusb_set_log_cb()
2153 ctx->log_handler = cb; in libusb_set_log_cb()
2556 if (log_handler) in log_str()
2557 log_handler(NULL, level, str); in log_str()
2652 if (ctx && ctx->log_handler) in log_v()
2653 ctx->log_handler(ctx, level, buf); in log_v()
Dlibusbi.h318 libusb_log_cb log_handler; member
/third_party/libcoap/src/
Dcoap_debug.c880 static coap_log_handler_t log_handler = NULL; variable
883 log_handler = handler; in coap_set_log_handler()
892 if (log_handler) { in coap_log_impl()
907 log_handler(level, message); in coap_log_impl()
/third_party/libinput/src/
Dquirks.h165 libinput_log_handler log_handler,
Dquirks.c173 libinput_log_handler log_handler; member
207 ctx->log_handler(ctx->libinput, in quirk_log_msg_va()
1023 libinput_log_handler log_handler, in quirks_init_subsystem() argument
1032 ctx->log_handler = log_handler; in quirks_init_subsystem()
Dlibinput-private.h146 libinput_log_handler log_handler; member
438 return libinput->log_handler && in is_logged()
Dlibinput.c271 libinput->log_handler(libinput, priority, format, args); in log_msg_va()
326 libinput_log_handler log_handler) in libinput_log_set_handler() argument
328 libinput->log_handler = log_handler; in libinput_log_set_handler()
1776 libinput->log_handler = libinput_default_log_func; in libinput_init()
Dlibinput.h3669 libinput_log_handler log_handler);
/third_party/glib/glib/tests/
Dlogging.c24 log_handler (const gchar *log_domain, in log_handler() function
43 id = g_log_set_handler ("bu", G_LOG_LEVEL_INFO, log_handler, NULL); in test_set_handler()
/third_party/libcoap/tests/
Dtest_pdu.c279 static void log_handler(coap_log_t level, const char *message) in log_handler() function
304 coap_set_log_handler(log_handler); in t_parse_pdu16()
/third_party/libinput/export_include/
Dlibinput.h3669 libinput_log_handler log_handler);
/third_party/weston/tests/
Dweston-test-client-helper.c926 log_handler(const char *fmt, va_list args) in log_handler() function
937 wl_log_set_handler_client(log_handler); in create_client()
/third_party/weston/doc/sphinx/toc/libweston/
Dlog.rst8 calls a log handler (:var:`log_handler`) that has to be installed before
/third_party/weston/clients/
Dwindow.c6223 log_handler(const char *format, va_list args) in log_handler() function
6233 wl_log_set_handler_client(log_handler); in display_create()