Searched defs:__android_log_buf_write (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/logging/liblog/tests/ |
H A D | log_id_test.cpp | 61 TEST(liblog, __android_log_buf_write) { in TEST() argument
|
/aosp12/system/core/debuggerd/libdebuggerd/test/ |
H A D | log_fake.cpp | 49 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 D | LogFake.cpp | 52 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 D | log_fake.cpp | 66 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 D | logger_write.cpp | 317 int __android_log_buf_write(int bufID, int prio, const char* tag, const char* msg) { in __android_log_buf_write() function
|