Searched defs:__android_log_buf_write (Results 1 – 4 of 4) sorted by relevance
/system/core/debuggerd/test/ |
D | log_fake.cpp | 47 extern "C" int __android_log_buf_write(int, int, const char* tag, const char* msg) { in __android_log_buf_write() function
|
/system/core/liblog/ |
D | logd_write_kern.c | 145 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *msg) in __android_log_buf_write() function
|
D | logd_write.c | 363 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *msg) in __android_log_buf_write() function
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 58 TEST(liblog, __android_log_buf_write) { in TEST() argument
|