Searched refs:__android_log_write (Results 1 - 4 of 4) sorted by relevance

/system/core/include/android/
H A Dlog.h99 int __android_log_write(int prio, const char *tag, const char *text);
/system/extras/perfprofd/quipper/base/
H A Dlogging.cc100 __android_log_write(priority, LOG_TAG, str_newline.c_str());
/system/core/liblog/
H A Dlogger_write.c382 LIBLOG_ABI_PUBLIC int __android_log_write(int prio, const char *tag, function
437 return __android_log_write(prio, tag, buf);
450 return __android_log_write(prio, tag, buf);
488 __android_log_write(ANDROID_LOG_FATAL, tag, buf);
/system/core/include/log/
H A Dlog.h643 __android_log_write(prio, tag, text)

Completed in 110 milliseconds