Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_event_list.h59 } android_log_list_element; typedef
93 android_log_list_element android_log_read_next(android_log_context ctx);
94 android_log_list_element android_log_peek_next(android_log_context ctx);
/system/core/liblog/
Dlog_event_list.cpp426 static android_log_list_element android_log_read_next_internal(android_log_context ctx, int peek) { in android_log_read_next_internal()
427 android_log_list_element elem; in android_log_read_next_internal()
594 android_log_list_element android_log_read_next(android_log_context ctx) { in android_log_read_next()
598 android_log_list_element android_log_peek_next(android_log_context ctx) { in android_log_peek_next()
DREADME.md94 android_log_list_element android_log_read_next(android_log_context ctx)
95 android_log_list_element android_log_peek_next(android_log_context ctx)
/system/core/logd/
DLogTags.cpp320 android_log_list_element elem; in ReadPersistEventLogTags()
/system/core/liblog/tests/
Dliblog_test.cpp2408 android_log_list_element elem; in android_log_buffer_to_string()
2521 android_log_list_element next = android_log_peek_next(context); in android_log_buffer_to_string()