Searched refs:__android_log_write (Results 1 – 3 of 3) sorted by relevance
/system/core/liblog/ |
D | logd_write.c | 133 int __android_log_write(int prio, const char *tag, const char *msg) in __android_log_write() function 196 return __android_log_write(prio, tag, buf); in __android_log_vprint() 208 return __android_log_write(prio, tag, buf); in __android_log_print() 233 __android_log_write(ANDROID_LOG_FATAL, tag, buf); in __android_log_assert()
|
/system/core/include/android/ |
D | log.h | 94 int __android_log_write(int prio, const char *tag, const char *text);
|
/system/core/include/cutils/ |
D | log.h | 410 __android_log_write(prio, tag, text)
|