Home
last modified time | relevance | path

Searched refs:MAX_EVENT_PAYLOAD (Results 1 – 2 of 2) sorted by relevance

/system/core/liblog/
Dlog_event_list.cpp30 #define MAX_EVENT_PAYLOAD (LOGGER_ENTRY_MAX_PAYLOAD - sizeof(int32_t)) macro
59 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in init_context()
70 len = (len <= MAX_EVENT_PAYLOAD) ? len : MAX_EVENT_PAYLOAD; in init_parser_context()
159 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_list_begin()
199 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_int32()
233 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_int64()
261 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_string8_len()
263 len = MAX_EVENT_PAYLOAD - context->pos - 1 - sizeof(int32_t); in android_log_write_string8_len()
280 return android_log_write_string8_len(ctx, value, MAX_EVENT_PAYLOAD); in android_log_write_string8()
296 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_float32()
[all …]
/system/core/libstats/
Dstats_event_list.c23 #define MAX_EVENT_PAYLOAD (LOGGER_ENTRY_MAX_PAYLOAD - sizeof(int32_t)) macro
59 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in reset_log_context()
223 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_char_array()
225 len = MAX_EVENT_PAYLOAD - context->pos - 1 - sizeof(int32_t); in android_log_write_char_array()