Home
last modified time | relevance | path

Searched refs:log_msg (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/include/android_stub/log/
Dlog_read.h57 struct log_msg { struct
71 if (hdr_size >= sizeof(struct log_msg) - sizeof(entry)) { in msg() argument
118 struct log_msg* log_msg);
/third_party/abseil-cpp/absl/base/
Draw_logging_test.cc60 std::string log_msg = "Internal Log"; in TEST() local
61 ABSL_INTERNAL_LOG(INFO, log_msg); in TEST()
63 ABSL_INTERNAL_LOG(INFO, log_msg + " 2"); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Draw_logging_test.cc60 std::string log_msg = "Internal Log"; in TEST() local
61 ABSL_INTERNAL_LOG(INFO, log_msg); in TEST()
63 ABSL_INTERNAL_LOG(INFO, log_msg + " 2"); in TEST()
/third_party/libinput/src/
Dlibinput-private.h420 #define log_debug(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__)
421 #define log_info(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_INFO, __VA_ARGS__)
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…
451 log_msg(struct libinput *libinput,
Dlibinput.c275 log_msg(struct libinput *libinput, in log_msg() function
304 log_msg(libinput, in log_msg_ratelimit()
/third_party/libunwind/tests/
Dtest-coredump-unwind.c154 void log_msg(const char *s, ...) in log_msg() function
163 #define log(...) log_msg(__VA_ARGS__)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap.h102 void (*log_msg)(void *ctx, const char *msg); member
Deap_server.c194 if (sm == NULL || sm->eapol_cb == NULL || sm->eapol_cb->log_msg == NULL) in eap_log_msg()
208 sm->eapol_cb->log_msg(sm->eapol_ctx, buf); in eap_log_msg()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap.h102 void (*log_msg)(void *ctx, const char *msg); member
Deap_server.c193 if (sm == NULL || sm->eapol_cb == NULL || sm->eapol_cb->log_msg == NULL) in eap_log_msg()
207 sm->eapol_cb->log_msg(sm->eapol_ctx, buf); in eap_log_msg()
/third_party/libnl/
DBUILD.gn122 "lib/netfilter/log_msg.c",
DMakefile.am95 include/netlink/netfilter/log_msg.h \
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_server.c2583 .log_msg = radius_server_log_msg,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_server.c2780 .log_msg = radius_server_log_msg,