Home
last modified time | relevance | path

Searched defs:logger_entry (Results 1 – 5 of 5) sorted by relevance

/system/logging/liblog/include_vndk/log/
Dlog_read.h39 struct logger_entry { struct
41 uint16_t hdr_size; /* sizeof(struct logger_entry) */ argument
60 struct logger_entry entry; argument
/system/logging/liblog/include/log/
Dlog_read.h39 struct logger_entry { struct
41 uint16_t hdr_size; /* sizeof(struct logger_entry) */ argument
60 struct logger_entry entry; argument
/system/core/debuggerd/libdebuggerd/test/
Dlog_fake.cpp90 struct logger_entry*, in android_log_processBinaryLogBuffer()
/system/unwinding/libunwindstack/tests/
DLogFake.cpp99 struct logger_entry*, in android_log_processBinaryLogBuffer()
/system/logging/logd/fuzz/
Dlog_buffer_log_fuzzer.cpp91 bool Write(const logger_entry&, const char*) override { return true; } in Write()