Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dliblog_benchmark.cpp127 pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short()
215 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short_aligned()
291 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short_unaligned1()
367 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_long_aligned()
440 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_long_unaligned1()
/system/core/include/private/
Dandroid_logger.h30 #define LOGGER_MAGIC 'l' macro
/system/core/liblog/
Dpmsg_writer.c142 pmsgHeader.magic = LOGGER_MAGIC; in pmsgWrite()
Dpmsg_reader.c183 if ((buf.p.magic != LOGGER_MAGIC) in pmsgRead()
190 } while (preread_count && (buf.p.magic != LOGGER_MAGIC)); in pmsgRead()