Home
last modified time | relevance | path

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

/system/core/include/log/
Dlogprint.h156 int android_log_printLogLine(
/system/core/liblog/tests/
Dliblog_test.cpp228 EXPECT_EQ(31, android_log_printLogLine(logformat, fileno(stderr), &entry)); in TEST()
289 EXPECT_EQ(20, android_log_printLogLine(logformat, fileno(stderr), &entry)); in TEST()
1006 android_log_printLogLine(logformat, fileno(stderr), &entry); in TEST()
2365 int printLogLine = android_log_printLogLine( in create_android_logger()
/system/core/logcat/
Dlogcat.cpp198 bytesWritten = android_log_printLogLine(g_logformat, g_outFD, &entry); in processBuffer()
/system/core/liblog/
Dlogprint.c1555 LIBLOG_ABI_PUBLIC int android_log_printLogLine( in android_log_printLogLine() function