/system/logging/liblog/tests/ |
D | logprint_test.cpp | 122 logger_entry* header = reinterpret_cast<logger_entry*>(buf); in TEST() 157 alignas(logger_entry) char buf[LOGGER_ENTRY_MAX_LEN]; in TEST() 158 create_buf(buf, sizeof(buf), sizeof(logger_entry)); in TEST() 162 android_log_processLogBuffer(reinterpret_cast<logger_entry*>(buf), &entry_normal_size)); in TEST() 165 create_buf(buf, sizeof(buf), sizeof(logger_entry) + 3); in TEST() 167 ASSERT_EQ(0, android_log_processLogBuffer(reinterpret_cast<logger_entry*>(buf), &entry_odd_size)); in TEST()
|
/system/logging/liblog/include/log/ |
D | logprint.h | 123 int android_log_processLogBuffer(struct logger_entry* buf, 132 int android_log_processBinaryLogBuffer(struct logger_entry* buf,
|
D | log_read.h | 39 struct logger_entry { struct 60 struct logger_entry entry; argument
|
/system/logging/logd/ |
D | SerializedLogEntry.h | 66 struct logger_entry entry = {}; in Flush() 68 entry.hdr_size = sizeof(struct logger_entry); in Flush()
|
D | LogWriter.h | 29 virtual bool Write(const logger_entry& entry, const char* msg) = 0;
|
D | LogBufferElement.cpp | 146 struct logger_entry entry = {}; in FlushTo() 148 entry.hdr_size = sizeof(struct logger_entry); in FlushTo()
|
D | LogBufferTest.cpp | 41 static std::vector<std::string> CompareLoggerEntries(const logger_entry& expected, in CompareLoggerEntries() 42 const logger_entry& result, bool ignore_len) { in CompareLoggerEntries() 172 entry.hdr_size = sizeof(logger_entry); in FixupMessages() 231 logger_entry entry = { in GenerateRandomLogMessage() 232 .hdr_size = sizeof(logger_entry), in GenerateRandomLogMessage()
|
D | LogBufferTest.h | 37 logger_entry entry; 55 bool Write(const logger_entry& entry, const char* message) override { in Write()
|
D | LogReader.cpp | 79 bool Write(const logger_entry& entry, const char* msg) override { in Write() 81 iovec[0].iov_base = const_cast<logger_entry*>(&entry); in Write()
|
D | ReplayMessages.cpp | 129 bool Write(const logger_entry& entry, const char* message) override { in Write()
|
D | logd_test.cpp | 148 EXPECT_GE(msg->entry.hdr_size, sizeof(logger_entry)); in dump_log_msg()
|
/system/logging/liblog/include_vndk/log/ |
D | log_read.h | 39 struct logger_entry { struct 60 struct logger_entry entry; argument
|
/system/core/debuggerd/libdebuggerd/test/ |
D | log_fake.cpp | 90 struct logger_entry*, in android_log_processBinaryLogBuffer() argument
|
/system/unwinding/libunwindstack/tests/ |
D | LogFake.cpp | 99 struct logger_entry*, in android_log_processBinaryLogBuffer() argument
|
/system/logging/logd/fuzz/ |
D | serialized_log_buffer_fuzzer.cpp | 92 bool Write(const logger_entry&, const char*) override { return true; } in Write() argument
|
/system/logging/liblog/ |
D | README.protocol.md | 91 logd sends a `logger_entry` struct to liblog followed by the payload. The payload is identical to
|
D | logprint.cpp | 492 int android_log_processLogBuffer(struct logger_entry* buf, AndroidLogEntry* entry) { in android_log_processLogBuffer() 526 if (buf->hdr_size < sizeof(logger_entry)) { in android_log_processLogBuffer() 965 struct logger_entry* buf, AndroidLogEntry* entry, in android_log_processBinaryLogBuffer() 982 if (buf->hdr_size < sizeof(logger_entry)) { in android_log_processBinaryLogBuffer()
|
D | pmsg_reader.cpp | 167 struct logger_entry entry; in __android_log_pmsg_file_read()
|
/system/core/libutils/abi-dumps/arm64/source-based/ |
D | libutils.so.lsdump | 13066 "name" : "logger_entry",
|
/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
D | libutils.so.lsdump | 13106 "name" : "logger_entry",
|