Home
last modified time | relevance | path

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

/aosp12/system/logging/liblog/include/log/
H A 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);
/aosp12/system/logging/liblog/
H A 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()
H A 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)
/aosp12/system/logging/logd/
H A DLogTags.cpp321 android_log_list_element elem; in ReadPersistEventLogTags()
/aosp12/frameworks/base/cmds/incidentd/src/
H A DSection.cpp622 android_log_list_element elem; in BlockingCall()
/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp2067 android_log_list_element elem; in android_log_buffer_to_string()
2180 android_log_list_element next = android_log_peek_next(context); in android_log_buffer_to_string()