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

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

Completed in 70 milliseconds