Home
last modified time | relevance | path

Searched refs:log_handler (Results 1 – 12 of 12) 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/selinux/libsepol/fuzz/
Dsecilc-fuzzer.c11 static void log_handler(__attribute__((unused)) int lvl, __attribute__((unused)) const char *msg) { in log_handler() function
31 cil_set_log_handler(log_handler); in LLVMFuzzerTestOneInput()
/third_party/libinput/tools/
Dlibinput-quirks.c40 log_handler(struct libinput *this_is_null, in log_handler() function
181 log_handler, in main()
Dshared.c57 log_handler(struct libinput *li, in log_handler() function
318 libinput_log_set_handler(li, log_handler); in tools_open_udev()
348 libinput_log_set_handler(li, log_handler); in tools_open_device()
/third_party/libinput/src/
Dquirks.h167 libinput_log_handler log_handler,
Dquirks.c186 libinput_log_handler log_handler; member
220 ctx->log_handler(ctx->libinput, in quirk_log_msg_va()
1127 libinput_log_handler log_handler, in quirks_init_subsystem() argument
1136 ctx->log_handler = log_handler; in quirks_init_subsystem()
Dlibinput-private.h152 libinput_log_handler log_handler; member
454 return libinput->log_handler && in is_logged()
Dlibinput.c279 libinput->log_handler(libinput, priority, format, args); in log_msg_va()
334 libinput_log_handler log_handler) in libinput_log_set_handler() argument
336 libinput->log_handler = log_handler; in libinput_log_set_handler()
1861 libinput->log_handler = libinput_default_log_func; in libinput_init()
Dlibinput.h3866 libinput_log_handler log_handler);
/third_party/libcoap/src/
Dcoap_debug.c1179 static coap_log_handler_t log_handler = NULL; variable
1183 log_handler = handler; in coap_set_log_handler()
1189 if (log_handler) { in coap_log_impl()
1204 log_handler(level, message); in coap_log_impl()
/third_party/libcoap/tests/
Dtest_pdu.c283 log_handler(coap_log_t level, const char *message) { in log_handler() function
307 coap_set_log_handler(log_handler); in t_parse_pdu16()
/third_party/libinput/export_include/
Dlibinput.h3866 libinput_log_handler log_handler);