Home
last modified time | relevance | path

Searched refs:LOGGER_MAGIC (Results 1 – 5 of 5) sorted by relevance

/system/logging/liblog/include/private/
Dandroid_logger.h34 #define LOGGER_MAGIC 'l' macro
/system/logging/liblog/tests/
Dliblog_benchmark.cpp190 pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short()
278 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short_aligned()
353 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short_unaligned1()
428 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_long_aligned()
501 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_long_unaligned1()
/system/logging/liblog/
Dpmsg_writer.cpp120 pmsgHeader.magic = LOGGER_MAGIC; in PmsgWrite()
Dpmsg_reader.cpp80 if ((buf.p.magic != LOGGER_MAGIC) || (buf.p.len <= sizeof(buf)) || in PmsgRead()
88 } while (preread_count && (buf.p.magic != LOGGER_MAGIC)); in PmsgRead()
/system/logging/logd/
DLogTags.cpp567 .magic = LOGGER_MAGIC, in WritePmsgEventLogTags()