Home
last modified time | relevance | path

Searched refs:__android_log_write (Results 1 – 3 of 3) sorted by relevance

/system/core/liblog/
Dlogd_write.c133 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/
Dlog.h94 int __android_log_write(int prio, const char *tag, const char *text);
/system/core/include/cutils/
Dlog.h410 __android_log_write(prio, tag, text)