Searched refs:AndroidLogEntry (Results 1 – 8 of 8) sorted by relevance
/system/logging/liblog/include/log/ |
D | logprint.h | 67 } AndroidLogEntry; typedef 123 AndroidLogEntry* entry); 132 AndroidLogEntry* entry, 146 const AndroidLogEntry* p_line, 156 const AndroidLogEntry* entry);
|
/system/core/debuggerd/libdebuggerd/test/ |
D | log_fake.cpp | 30 struct AndroidLogEntry; 91 AndroidLogEntry*, const EventTagMap*, char*, int) { in android_log_processBinaryLogBuffer() argument
|
/system/unwinding/libunwindstack/tests/ |
D | LogFake.cpp | 29 struct AndroidLogEntry; 100 AndroidLogEntry*, const EventTagMap*, char*, int) { in android_log_processBinaryLogBuffer() argument
|
/system/logging/liblog/tests/ |
D | logprint_test.cpp | 129 auto check_entry = [&](const AndroidLogEntry& entry) { in TEST() 144 AndroidLogEntry entry_normal_size; in TEST() 150 AndroidLogEntry entry_odd_size; in TEST()
|
D | liblog_test.cpp | 375 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/ |
D | logprint.cpp | 499 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/ |
D | ReplayMessages.cpp | 83 AndroidLogEntry entry; in PrintMessage()
|
/system/logging/logcat/ |
D | logcat.cpp | 192 AndroidLogEntry entry; in ProcessBuffer()
|