Searched refs:__android_log_print (Results 1 – 8 of 8) sorted by relevance
/system/core/adb/ |
D | adb_trace.h | 113 __android_log_print( \ 122 __android_log_print( \ 130 __android_log_print( \
|
/system/core/liblog/tests/ |
D | liblog_benchmark.cpp | 50 __android_log_print(ANDROID_LOG_INFO, in BM_log_maximum_retry() 67 __android_log_print(ANDROID_LOG_INFO, "BM_log_maximum", "%d", i); in BM_log_maximum() 95 __android_log_print(ANDROID_LOG_INFO, "BM_log_overhead", "%d", i); in BM_log_overhead()
|
/system/core/include/android/ |
D | log.h | 99 int __android_log_print(int prio, const char *tag, const char *fmt, ...)
|
/system/core/toolbox/ |
D | log.c | 141 __android_log_print(priority, tag, "%s", buffer); in log_main()
|
/system/core/libutils/ |
D | Printer.cpp | 91 __android_log_print(mPriority, mLogTag, "%s%s", mPrefix, string); in printRaw()
|
/system/core/liblog/ |
D | logd_write_kern.c | 242 int __android_log_print(int prio, const char *tag, const char *fmt, ...) in __android_log_print() function
|
D | logd_write.c | 397 int __android_log_print(int prio, const char *tag, const char *fmt, ...) in __android_log_print() function
|
/system/core/include/log/ |
D | log.h | 505 __android_log_print(prio, tag, fmt)
|