Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_event_list.cpp38 unsigned count[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* Number of elements */
39 unsigned list[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* pos for list counter */
137 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()
148 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()
263 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_end()
363 (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) || in android_log_read_next_internal()
368 (context->list_stop || ((context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) && in android_log_read_next_internal()
500 elem.complete = context->list_nest_depth >= ANDROID_MAX_LIST_NEST_DEPTH; in android_log_read_next_internal()
509 if (context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_read_next_internal()
/system/core/libstats/socket/
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/libstats/push_compat/
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.cpp2611 for (size_t i = 0; i < ANDROID_MAX_LIST_NEST_DEPTH; ++i) { in TEST()
2622 for (size_t i = 0; i < ANDROID_MAX_LIST_NEST_DEPTH; ++i) { in TEST()