Searched refs:MAX_EVENT_PAYLOAD (Results 1 – 1 of 1) sorted by relevance
30 #define MAX_EVENT_PAYLOAD (LOGGER_ENTRY_MAX_PAYLOAD - sizeof(int32_t)) macro59 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in create_android_logger()79 len = (len <= MAX_EVENT_PAYLOAD) ? len : MAX_EVENT_PAYLOAD; in create_android_log_parser()113 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_list_begin()154 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_int32()189 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_int64()219 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_string8_len()221 len = MAX_EVENT_PAYLOAD - context->pos - 1 - sizeof(int32_t); in android_log_write_string8_len()239 return android_log_write_string8_len(ctx, value, MAX_EVENT_PAYLOAD); in android_log_write_string8()256 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) { in android_log_write_float32()[all …]