Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_event_list.cpp45 bool list_stop; /* next call decrement list_nest_depth and issue a stop */ member
442 (context->list_stop || ((context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) && in android_log_read_next_internal()
455 if (context->list_stop) { in android_log_read_next_internal()
467 context->list_stop = false; in android_log_read_next_internal()
470 context->list_stop = false; in android_log_read_next_internal()
499 context->list_stop = true; in android_log_read_next_internal()
518 context->list_stop = true; in android_log_read_next_internal()
547 context->list_stop = true; in android_log_read_next_internal()
566 context->list_stop = !context->storage[pos]; in android_log_read_next_internal()
/system/core/libstats/
Dstats_event_list.c33 bool list_stop; /* next call decrement list_nest_depth and issue a stop */ member