Home
last modified time | relevance | path

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

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