Home
last modified time | relevance | path

Searched refs:logger_entry (Results 1 – 20 of 20) sorted by relevance

/system/logging/liblog/tests/
Dlogprint_test.cpp122 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/
Dlogprint.h123 int android_log_processLogBuffer(struct logger_entry* buf,
132 int android_log_processBinaryLogBuffer(struct logger_entry* buf,
Dlog_read.h39 struct logger_entry { struct
60 struct logger_entry entry; argument
/system/logging/logd/
DSerializedLogEntry.h66 struct logger_entry entry = {}; in Flush()
68 entry.hdr_size = sizeof(struct logger_entry); in Flush()
DLogWriter.h29 virtual bool Write(const logger_entry& entry, const char* msg) = 0;
DLogBufferElement.cpp146 struct logger_entry entry = {}; in FlushTo()
148 entry.hdr_size = sizeof(struct logger_entry); in FlushTo()
DLogBufferTest.cpp41 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()
DLogBufferTest.h37 logger_entry entry;
55 bool Write(const logger_entry& entry, const char* message) override { in Write()
DLogReader.cpp79 bool Write(const logger_entry& entry, const char* msg) override { in Write()
81 iovec[0].iov_base = const_cast<logger_entry*>(&entry); in Write()
DReplayMessages.cpp129 bool Write(const logger_entry& entry, const char* message) override { in Write()
Dlogd_test.cpp148 EXPECT_GE(msg->entry.hdr_size, sizeof(logger_entry)); in dump_log_msg()
/system/logging/liblog/include_vndk/log/
Dlog_read.h39 struct logger_entry { struct
60 struct logger_entry entry; argument
/system/core/debuggerd/libdebuggerd/test/
Dlog_fake.cpp90 struct logger_entry*, in android_log_processBinaryLogBuffer() argument
/system/unwinding/libunwindstack/tests/
DLogFake.cpp99 struct logger_entry*, in android_log_processBinaryLogBuffer() argument
/system/logging/logd/fuzz/
Dserialized_log_buffer_fuzzer.cpp92 bool Write(const logger_entry&, const char*) override { return true; } in Write() argument
/system/logging/liblog/
DREADME.protocol.md91 logd sends a `logger_entry` struct to liblog followed by the payload. The payload is identical to
Dlogprint.cpp492 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()
Dpmsg_reader.cpp167 struct logger_entry entry; in __android_log_pmsg_file_read()
/system/core/libutils/abi-dumps/arm64/source-based/
Dlibutils.so.lsdump13066 "name" : "logger_entry",
/system/core/libutils/abi-dumps/arm_arm64/source-based/
Dlibutils.so.lsdump13106 "name" : "logger_entry",