Home
last modified time | relevance | path

Searched refs:ANDROID_MAX_LIST_NEST_DEPTH (Results 1 – 4 of 4) sorted by relevance

/system/core/liblog/
Dlog_event_list.cpp40 unsigned count[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* Number of elements */
41 unsigned list[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* pos for list counter */
154 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()
165 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()
315 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_end()
437 (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) || in android_log_read_next_internal()
442 (context->list_stop || ((context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) && in android_log_read_next_internal()
559 elem.complete = context->list_nest_depth >= ANDROID_MAX_LIST_NEST_DEPTH; in android_log_read_next_internal()
568 if (context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_read_next_internal()
/system/core/libstats/
Dstats_event_list.c28 unsigned count[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* Number of elements */
29 unsigned list[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* pos for list counter */
/system/core/liblog/include/log/
Dlog_event_list.h34 #define ANDROID_MAX_LIST_NEST_DEPTH 8 macro
/system/core/liblog/tests/
Dliblog_test.cpp2986 for (size_t i = 0; i < ANDROID_MAX_LIST_NEST_DEPTH; ++i) { in TEST()
2997 for (size_t i = 0; i < ANDROID_MAX_LIST_NEST_DEPTH; ++i) { in TEST()