Searched refs:__android_log_buf_write (Results 1 - 2 of 2) sorted by relevance

/system/core/liblog/
H A Dlogd_write.c163 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *msg) function
222 return __android_log_buf_write(bufID, prio, tag, buf);
/system/core/include/cutils/
H A Dlog.h474 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *text);

Completed in 44 milliseconds