Home
last modified time | relevance | path

Searched refs:AndroidLogEntry (Results 1 – 8 of 8) sorted by relevance

/system/logging/liblog/include/log/
Dlogprint.h67 } AndroidLogEntry; typedef
123 AndroidLogEntry* entry);
132 AndroidLogEntry* entry,
146 const AndroidLogEntry* p_line,
156 const AndroidLogEntry* entry);
/system/core/debuggerd/libdebuggerd/test/
Dlog_fake.cpp30 struct AndroidLogEntry;
91 AndroidLogEntry*, const EventTagMap*, char*, int) { in android_log_processBinaryLogBuffer() argument
/system/unwinding/libunwindstack/tests/
DLogFake.cpp29 struct AndroidLogEntry;
100 AndroidLogEntry*, const EventTagMap*, char*, int) { in android_log_processBinaryLogBuffer() argument
/system/logging/liblog/tests/
Dlogprint_test.cpp129 auto check_entry = [&](const AndroidLogEntry& entry) { in TEST()
144 AndroidLogEntry entry_normal_size; in TEST()
150 AndroidLogEntry entry_odd_size; in TEST()
Dliblog_test.cpp375 AndroidLogEntry entry; in bswrite_test()
463 AndroidLogEntry entry; in buf_write_test()
1004 AndroidLogEntry entry; in TEST()
2486 AndroidLogEntry entry; in create_android_logger()
/system/logging/liblog/
Dlogprint.cpp499 int android_log_processLogBuffer(struct logger_entry* buf, AndroidLogEntry* entry) { in android_log_processLogBuffer()
972 struct logger_entry* buf, AndroidLogEntry* entry, in android_log_processBinaryLogBuffer()
1194 static void convertMonotonic(struct timespec* result, const AndroidLogEntry* entry) { in convertMonotonic()
1432 size_t defaultBufferSize, const AndroidLogEntry* entry, in android_log_formatLogLine()
1716 int android_log_printLogLine(AndroidLogFormat* p_format, int fd, const AndroidLogEntry* entry) { in android_log_printLogLine()
/system/logging/logd/
DReplayMessages.cpp83 AndroidLogEntry entry; in PrintMessage()
/system/logging/logcat/
Dlogcat.cpp192 AndroidLogEntry entry; in ProcessBuffer()