Searched refs:MAX_EVENT_PAYLOAD (Results 1 – 2 of 2) sorted by relevance
28 #define MAX_EVENT_PAYLOAD (LOGGER_ENTRY_MAX_PAYLOAD - sizeof(int32_t)) macro52 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in init_context()63 len = (len <= MAX_EVENT_PAYLOAD) ? len : MAX_EVENT_PAYLOAD; in init_parser_context()142 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_list_begin()172 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_int32()192 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_int64()216 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_string8_len()218 len = MAX_EVENT_PAYLOAD - context->pos - 1 - sizeof(int32_t); in android_log_write_string8_len()236 return android_log_write_string8_len(ctx, value, MAX_EVENT_PAYLOAD); in android_log_write_string8()247 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_float32()[all …]
23 #define MAX_EVENT_PAYLOAD (LOGGER_ENTRY_MAX_PAYLOAD - sizeof(int32_t)) macro59 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()