Searched refs:list_nest_depth (Results 1 – 1 of 1) sorted by relevance
37 unsigned list_nest_depth; member110 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()119 context->count[context->list_nest_depth]++; in android_log_write_list_begin()120 context->list_nest_depth++; in android_log_write_list_begin()121 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()130 context->list[context->list_nest_depth] = context->pos + 1; in android_log_write_list_begin()131 context->count[context->list_nest_depth] = 0; in android_log_write_list_begin()161 context->count[context->list_nest_depth]++; in android_log_write_int32()197 context->count[context->list_nest_depth]++; in android_log_write_int64()231 context->count[context->list_nest_depth]++; in android_log_write_string8_len()[all …]