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