Home
last modified time | relevance | path

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

/system/logging/liblog/include/log/
Dlogprint.h122 int android_log_processLogBuffer(struct logger_entry* buf,
/system/logging/liblog/tests/
Dlogprint_test.cpp146 android_log_processLogBuffer(reinterpret_cast<logger_entry*>(buf), &entry_normal_size)); in TEST()
151 ASSERT_EQ(0, android_log_processLogBuffer(reinterpret_cast<logger_entry*>(buf), &entry_odd_size)); in TEST()
Dliblog_test.cpp464 int processLogBuffer = android_log_processLogBuffer(&log_msg.entry, &entry); in buf_write_test()
1005 int processLogBuffer = android_log_processLogBuffer(&log_msg.entry, &entry); in TEST()
/system/logging/liblog/
Dliblog.map.txt89 android_log_processLogBuffer;
Dlogprint.cpp499 int android_log_processLogBuffer(struct logger_entry* buf, AndroidLogEntry* entry) { in android_log_processLogBuffer() function
/system/logging/logd/
DReplayMessages.cpp90 err = android_log_processLogBuffer(&buf->entry, &entry); in PrintMessage()
/system/logging/logcat/
Dlogcat.cpp208 err = android_log_processLogBuffer(&buf->entry, &entry); in ProcessBuffer()