Home
last modified time | relevance | path

Searched refs:async_safe_write_log (Results 1 – 8 of 8) sorted by relevance

/aosp12/bionic/libc/malloc_debug/
H A Ddebug_log.h40 #define error_log_string(str) async_safe_write_log(ANDROID_LOG_ERROR, "malloc_debug", (str))
/aosp12/bionic/libc/async_safe/include/async_safe/
H A Dlog.h74 int async_safe_write_log(int priority, const char* tag, const char* msg);
/aosp12/bionic/libc/async_safe/
H A Dasync_safe_log.cpp500 int async_safe_write_log(int priority, const char* tag, const char* msg) { in async_safe_write_log() function
539 return async_safe_write_log(priority, tag, buffer); in async_safe_format_log_va_list()
568 async_safe_write_log(ANDROID_LOG_FATAL, "libc", msg); in async_safe_fatal_va_list()
/aosp12/bionic/libc/malloc_debug/tests/
H A Dlog_fake.cpp60 extern "C" int async_safe_write_log(int priority, const char* tag, const char* msg) { in async_safe_write_log() function
/aosp12/bionic/libc/bionic/
H A Dsys_thread_properties.cpp120 async_safe_write_log(ANDROID_LOG_FATAL, "libc", in __get_bionic_tcb_for_thread()
H A Dandroid_profiling_dynamic.cpp94 async_safe_write_log(ANDROID_LOG_ERROR, "libc", "profiling signal rejected (not profileable)"); in HandleProfilingSignal()
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/
H A Dstubs_arm.cc1138 DEFINE_INTERCEPTABLE_STUB_FUNCTION(async_safe_write_log);
2266 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", async_safe_write_log); in init_stub_library()
H A Dstubs_arm64.cc1139 DEFINE_INTERCEPTABLE_STUB_FUNCTION(async_safe_write_log);
2268 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", async_safe_write_log); in init_stub_library()