Searched refs:async_safe_write_log (Results 1 – 8 of 8) sorted by relevance
/aosp12/bionic/libc/malloc_debug/ |
H A D | debug_log.h | 40 #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 D | log.h | 74 int async_safe_write_log(int priority, const char* tag, const char* msg);
|
/aosp12/bionic/libc/async_safe/ |
H A D | async_safe_log.cpp | 500 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 D | log_fake.cpp | 60 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 D | sys_thread_properties.cpp | 120 async_safe_write_log(ANDROID_LOG_FATAL, "libc", in __get_bionic_tcb_for_thread()
|
H A D | android_profiling_dynamic.cpp | 94 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 D | stubs_arm.cc | 1138 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 D | stubs_arm64.cc | 1139 DEFINE_INTERCEPTABLE_STUB_FUNCTION(async_safe_write_log); 2268 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", async_safe_write_log); in init_stub_library()
|