Home
last modified time | relevance | path

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

/system/logging/logd/
DChattyLogBuffer.cpp69 if (elem.log_id() == LOG_ID_EVENTS && lenl == sizeof(android_log_event_int_t) && in Identical()
70 !fastcmp<memcmp>(msgl, msgr, sizeof(android_log_event_int_t) - sizeof(int32_t)) && in Identical()
144 const android_log_event_int_t* current_last_event = in LogInternal()
145 reinterpret_cast<const android_log_event_int_t*>(current_last.msg()); in LogInternal()
147 android_log_event_int_t* elem_event = in LogInternal()
148 reinterpret_cast<android_log_event_int_t*>(const_cast<char*>(elem.msg())); in LogInternal()
DChattyLogBufferTest.cpp134 android_log_event_int_t liblog_event = { in TEST_P()
/system/logging/liblog/tests/
Dliblog_benchmark.cpp210 android_log_event_int_t buffer; in BM_pmsg_short()
268 android_log_event_int_t payload; in BM_pmsg_short_aligned()
299 sizeof(android_log_event_int_t)); in BM_pmsg_short_aligned()
343 android_log_event_int_t payload; in BM_pmsg_short_unaligned1()
374 sizeof(android_log_event_int_t)); in BM_pmsg_short_unaligned1()
418 android_log_event_int_t payload; in BM_pmsg_long_aligned()
491 android_log_event_int_t payload; in BM_pmsg_long_unaligned1()
/system/logging/liblog/include/private/
Dandroid_logger.h82 } android_log_event_int_t; typedef
/system/logging/liblog/
Dlogd_writer.cpp154 android_log_event_int_t buffer; in LogdWrite()