Home
last modified time | relevance | path

Searched defs:__android_log_buf_write (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/logging/liblog/tests/
H A Dlog_id_test.cpp61 TEST(liblog, __android_log_buf_write) { in TEST() argument
/aosp12/system/core/debuggerd/libdebuggerd/test/
H A Dlog_fake.cpp49 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write() function
/aosp12/system/unwinding/libunwindstack/tests/
H A DLogFake.cpp52 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write() function
/aosp12/bionic/libc/malloc_debug/tests/
H A Dlog_fake.cpp66 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write() function
/aosp12/system/logging/liblog/
H A Dlogger_write.cpp317 int __android_log_buf_write(int bufID, int prio, const char* tag, const char* msg) { in __android_log_buf_write() function