Searched defs:bufID (Results 1 - 1 of 1) sorted by last modified time

/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);

Completed in 76 milliseconds