Searched refs:bufID (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) argument
180 bufID = LOG_ID_RADIO;
189 return write_to_log(bufID, vec, 3);
213 int __android_log_buf_print(int bufID, int prio, const char *tag, const char *fmt, ...) argument
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);
475 int __android_log_buf_print(int bufID, int prio, const char *tag, const char *fmt, ...);

Completed in 1495 milliseconds