Searched defs:logger_entry (Results 1 – 5 of 5) sorted by relevance
39 struct logger_entry { struct41 uint16_t hdr_size; /* sizeof(struct logger_entry) */ argument60 struct logger_entry entry; argument
90 struct logger_entry*, in android_log_processBinaryLogBuffer()
99 struct logger_entry*, in android_log_processBinaryLogBuffer()
91 bool Write(const logger_entry&, const char*) override { return true; } in Write()