Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_event_list.c35 unsigned count[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* Number of elements */
36 unsigned list[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* pos for list counter */
110 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()
121 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()
279 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_end()
373 (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) || in android_log_read_next_internal()
379 ((context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) && in android_log_read_next_internal()
496 elem.complete = context->list_nest_depth >= ANDROID_MAX_LIST_NEST_DEPTH; in android_log_read_next_internal()
505 if (context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_read_next_internal()
/system/core/include/log/
Dlog.h552 #define ANDROID_MAX_LIST_NEST_DEPTH 8 macro
/system/core/liblog/tests/
Dliblog_test.cpp2438 for (size_t i = 0; i < ANDROID_MAX_LIST_NEST_DEPTH; ++i) { in TEST()
2449 for (size_t i = 0; i < ANDROID_MAX_LIST_NEST_DEPTH; ++i) { in TEST()