HomeSort by relevance Sort by last modified time
    Searched refs:list_nest_depth (Results 1 - 2 of 2) sorted by null

  /system/core/liblog/
log_event_list.c 37 unsigned list_nest_depth; member in struct:__anon2808
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/
stats_event_list.c 29 unsigned list_nest_depth; member in struct:__anon2883
32 bool list_stop; /* next call decrement list_nest_depth and issue a stop */
77 if (context->list_nest_depth) {

Completed in 205 milliseconds