Searched refs:android_log_printLogLine (Results 1 – 5 of 5) sorted by relevance
/system/logging/liblog/include/log/ |
D | logprint.h | 153 size_t android_log_printLogLine(AndroidLogFormat* p_format, FILE* fp, const AndroidLogEntry* entry);
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 393 android_log_printLogLine(logformat, stderr, &entry)); in bswrite_test() 396 android_log_printLogLine(logformat, stderr, &entry)); in bswrite_test() 475 android_log_printLogLine(logformat, stderr, &entry)); in buf_write_test() 1010 int printLogLine = android_log_printLogLine(logformat, stderr, &entry); in TEST() 2442 int printLogLine = android_log_printLogLine(logformat, stderr, &entry); in create_android_logger()
|
/system/logging/logd/ |
D | ReplayMessages.cpp | 96 android_log_printLogLine(GetLogFormat(), stdout, &entry); in PrintMessage()
|
/system/logging/logcat/ |
D | logcat.cpp | 250 android_log_printLogLine(logformat_.get(), output_file_, &entry); in ProcessBuffer()
|
/system/logging/liblog/ |
D | logprint.cpp | 1688 size_t android_log_printLogLine(AndroidLogFormat* p_format, FILE* fp, in android_log_printLogLine() function
|