Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_event_list.cpp40 unsigned list_nest_depth; member
137 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()
146 context->count[context->list_nest_depth]++; in android_log_write_list_begin()
147 context->list_nest_depth++; in android_log_write_list_begin()
148 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()
158 context->list[context->list_nest_depth] = context->pos + 1; in android_log_write_list_begin()
159 context->count[context->list_nest_depth] = 0; in android_log_write_list_begin()
176 context->count[context->list_nest_depth]++; in android_log_write_int32()
196 context->count[context->list_nest_depth]++; in android_log_write_int64()
224 context->count[context->list_nest_depth]++; in android_log_write_string8_len()
[all …]
/system/core/libstats/socket/
Dstats_event_list.c30 unsigned list_nest_depth; member
73 if (context->list_nest_depth) { in stats_write_list()
147 context->count[context->list_nest_depth]++; in android_log_write_char_array()
/system/core/libstats/push_compat/
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()