Searched refs:logger_entry (Results 1 - 6 of 6) sorted by relevance

/system/core/adb/
H A Dlog_service.c31 void write_log_entry(int fd, struct logger_entry *buf);
46 struct logger_entry *entry = (struct logger_entry *) buf;
87 void write_log_entry(int fd, struct logger_entry *buf)
89 size_t size = sizeof(struct logger_entry) + buf->len;
/system/core/include/cutils/
H A Dlogprint.h109 int android_log_processLogBuffer(struct logger_entry *buf,
118 int android_log_processBinaryLogBuffer(struct logger_entry *buf,
H A Dlogger.h16 * The userspace structure for version 1 of the logger_entry ABI.
20 struct logger_entry { struct
31 * The userspace structure for version 2 of the logger_entry ABI.
/system/core/logcat/
H A Dlogcat.cpp38 struct logger_entry entry __attribute__((aligned(4)));
150 void printBinary(struct logger_entry *buf)
152 size_t size = sizeof(logger_entry) + buf->len;
160 static void processBuffer(log_device_t* dev, struct logger_entry *buf)
299 else if (entry->entry.len != ret - sizeof(struct logger_entry)) {
301 entry->entry.len, ret - sizeof(struct logger_entry));
/system/core/debuggerd/
H A Dtombstone.c479 struct logger_entry entry;
509 struct logger_entry* entry = &log_entry.entry;
/system/core/liblog/
H A Dlogprint.c350 int android_log_processLogBuffer(struct logger_entry *buf,
599 int android_log_processBinaryLogBuffer(struct logger_entry *buf,

Completed in 313 milliseconds