Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_event_list.cpp42 unsigned list_nest_depth; member
154 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()
163 context->count[context->list_nest_depth]++; in android_log_write_list_begin()
164 context->list_nest_depth++; in android_log_write_list_begin()
165 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()
174 context->list[context->list_nest_depth] = context->pos + 1; in android_log_write_list_begin()
175 context->count[context->list_nest_depth] = 0; in android_log_write_list_begin()
203 context->count[context->list_nest_depth]++; in android_log_write_int32()
237 context->count[context->list_nest_depth]++; in android_log_write_int64()
269 context->count[context->list_nest_depth]++; in android_log_write_string8_len()
[all …]
/system/core/libstats/
Dstats_event_list.c30 unsigned list_nest_depth; member
78 if (context->list_nest_depth) { in stats_write_list()
231 context->count[context->list_nest_depth]++; in android_log_write_char_array()