Home
last modified time | relevance | path

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

/third_party/vulkan-loader/openharmony/
Dloader_hilog.h31 void OpenHarmonyLog(VkFlags log_type, char *log_msg) in OpenHarmonyLog() argument
34 VKHILOGE("%{public}s", log_msg); in OpenHarmonyLog()
36 VKHILOGW("%{public}s", log_msg); in OpenHarmonyLog()
38 VKHILOGI("%{public}s", log_msg); in OpenHarmonyLog()
40 VKHILOGD("%{public}s", log_msg); in OpenHarmonyLog()
/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/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.h436 #define log_debug(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__)
437 #define log_info(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_INFO, __VA_ARGS__)
438 #define log_error(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, __VA_ARGS__)
439 #define log_bug_kernel(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, "kernel bug: " __VA_AR…
440 #define log_bug_libinput(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, "libinput bug: " __V…
441 #define log_bug_client(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, "client bug: " __VA_AR…
467 log_msg(struct libinput *libinput,
Dlibinput.c283 log_msg(struct libinput *libinput, in log_msg() function
312 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.gn126 "libnl-3.5.0/lib/netfilter/log_msg.c",
/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,