Home
last modified time | relevance | path

Searched refs:android_log_printLogLine (Results 1 – 5 of 5) sorted by relevance

/system/logging/liblog/include/log/
Dlogprint.h153 size_t android_log_printLogLine(AndroidLogFormat* p_format, FILE* fp, const AndroidLogEntry* entry);
/system/logging/liblog/tests/
Dliblog_test.cpp393 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/
DReplayMessages.cpp96 android_log_printLogLine(GetLogFormat(), stdout, &entry); in PrintMessage()
/system/logging/logcat/
Dlogcat.cpp250 android_log_printLogLine(logformat_.get(), output_file_, &entry); in ProcessBuffer()
/system/logging/liblog/
Dlogprint.cpp1688 size_t android_log_printLogLine(AndroidLogFormat* p_format, FILE* fp, in android_log_printLogLine() function