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

/system/core/liblog/
H A Dlog_event_list.c37 unsigned list_nest_depth; member in struct:__anon1691
40 bool list_stop; /* next call decrement list_nest_depth and issue a stop */
108 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) {
117 context->count[context->list_nest_depth]++;
118 context->list_nest_depth++;
119 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) {
128 context->list[context->list_nest_depth] = context->pos + 1;
129 context->count[context->list_nest_depth] = 0;
158 context->count[context->list_nest_depth]++;
193 context->count[context->list_nest_depth]
[all...]
/system/core/libstats/
H A Dstats_event_list.c29 unsigned list_nest_depth; member in struct:__anon1766
32 bool list_stop; /* next call decrement list_nest_depth and issue a stop */
77 if (context->list_nest_depth) {

Completed in 5533 milliseconds