Searched refs:__android_log_write (Results 1 – 8 of 8) sorted by relevance
/system/core/liblog/include/android/ |
D | log.h | 98 int __android_log_write(int prio, const char* tag, const char* text);
|
/system/core/liblog/ |
D | liblog.map.txt | 10 __android_log_write;
|
D | logger_write.cpp | 291 int __android_log_write(int prio, const char* tag, const char* msg) { in __android_log_write() function 411 __android_log_write(ANDROID_LOG_FATAL, tag, buf); in __android_log_assert()
|
/system/core/include/android/ |
D | log.h | 98 int __android_log_write(int prio, const char* tag, const char* text);
|
/system/core/liblog/include_vndk/log/ |
D | log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text)
|
/system/core/liblog/include/log/ |
D | log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text)
|
/system/update_engine/ |
D | logging_android.cc | 245 __android_log_write(priority, nullptr /* tag */, str.c_str()); in RedirectToLiblog()
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 307 auto write_function = [&] { ASSERT_LT(0, __android_log_write(prio, tag, buf.c_str())); }; in TEST()
|