Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlogprint.h122 int android_log_processLogBuffer(struct logger_entry* buf,
/system/core/liblog/
Dstderr_write.c199 err = android_log_processLogBuffer(&log_msg.entry_v1, &entry); in stderrWrite()
Dlogprint.c503 LIBLOG_ABI_PUBLIC int android_log_processLogBuffer(struct logger_entry* buf, in android_log_processLogBuffer() function
/system/core/liblog/tests/
Dliblog_test.cpp593 android_log_processLogBuffer(&log_msg.entry_v1, &entry); in buf_write_test()
1192 android_log_processLogBuffer(&log_msg.entry_v1, &entry); in TEST()
/system/core/logcat/
Dlogcat.cpp330 err = android_log_processLogBuffer(&buf->entry_v1, &entry); in processBuffer()