Home
last modified time | relevance | path

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

/system/core/include/log/
Dlogprint.h120 int android_log_processLogBuffer(struct logger_entry *buf,
/system/core/logcat/
Dlogcat.cpp187 err = android_log_processLogBuffer(&buf->entry_v1, &entry); in processBuffer()
/system/core/liblog/
Dlogprint.c461 LIBLOG_ABI_PUBLIC int android_log_processLogBuffer( in android_log_processLogBuffer() function
/system/core/liblog/tests/
Dliblog_test.cpp1000 int processLogBuffer = android_log_processLogBuffer(&log_msg.entry_v1, in TEST()