Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_event_list.c37 unsigned list_nest_depth; member
110 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 …]