Home
last modified time | relevance | path

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

/system/logging/liblog/include/log/
Dlog_event_list.h54 } android_log_list_element; typedef
87 android_log_list_element android_log_read_next(android_log_context ctx);
88 android_log_list_element android_log_peek_next(android_log_context ctx);
/system/logging/liblog/
Dlog_event_list.cpp354 static android_log_list_element android_log_read_next_internal(android_log_context context, in android_log_read_next_internal()
356 android_log_list_element elem; in android_log_read_next_internal()
537 android_log_list_element android_log_read_next(android_log_context ctx) { in android_log_read_next()
541 android_log_list_element android_log_peek_next(android_log_context ctx) { in android_log_peek_next()
DREADME.md92 android_log_list_element android_log_read_next(android_log_context ctx)
93 android_log_list_element android_log_peek_next(android_log_context ctx)
/system/logging/logd/
DLogTags.cpp321 android_log_list_element elem; in ReadPersistEventLogTags()
/system/logging/liblog/tests/
Dliblog_test.cpp2015 android_log_list_element elem = {}; in android_log_buffer_to_string()
2126 android_log_list_element next = android_log_peek_next(context); in android_log_buffer_to_string()