Searched refs:list_stop (Results 1 – 3 of 3) sorted by relevance
43 bool list_stop; /* next call decrement list_nest_depth and issue a stop */ member368 (context->list_stop || ((context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) && in android_log_read_next_internal()381 if (context->list_stop) { in android_log_read_next_internal()393 context->list_stop = false; in android_log_read_next_internal()396 context->list_stop = false; in android_log_read_next_internal()427 context->list_stop = true; in android_log_read_next_internal()449 context->list_stop = true; in android_log_read_next_internal()485 context->list_stop = true; in android_log_read_next_internal()507 context->list_stop = event_list->element_count == 0; in android_log_read_next_internal()
33 bool list_stop; /* next call decrement list_nest_depth and issue a stop */ member