Home
last modified time | relevance | path

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

/system/logging/liblog/tests/
Dliblog_benchmark.cpp189 android_pmsg_log_header_t pmsg_header; in BM_pmsg_short()
192 sizeof(android_pmsg_log_header_t) + sizeof(android_log_header_t); in BM_pmsg_short()
266 android_pmsg_log_header_t pmsg_header; in BM_pmsg_short_aligned()
280 sizeof(android_pmsg_log_header_t) + sizeof(android_log_header_t); in BM_pmsg_short_aligned()
298 sizeof(android_pmsg_log_header_t) + sizeof(android_log_header_t) + in BM_pmsg_short_aligned()
341 android_pmsg_log_header_t pmsg_header; in BM_pmsg_short_unaligned1()
355 sizeof(android_pmsg_log_header_t) + sizeof(android_log_header_t); in BM_pmsg_short_unaligned1()
373 sizeof(android_pmsg_log_header_t) + sizeof(android_log_header_t) + in BM_pmsg_short_unaligned1()
416 android_pmsg_log_header_t pmsg_header; in BM_pmsg_long_aligned()
430 sizeof(android_pmsg_log_header_t) + sizeof(android_log_header_t); in BM_pmsg_long_aligned()
[all …]
/system/logging/liblog/include/private/
Dandroid_logger.h46 } android_pmsg_log_header_t; typedef
/system/logging/liblog/
Dpmsg_writer.cpp74 android_pmsg_log_header_t pmsgHeader; in PmsgWrite()
Dpmsg_reader.cpp35 android_pmsg_log_header_t p; in PmsgRead()
/system/logging/logd/
DLogTags.cpp566 android_pmsg_log_header_t pmsgHeader = { in WritePmsgEventLogTags()