Home
last modified time | relevance | path

Searched refs:android_log_peek_next (Results 1 – 4 of 4) sorted by relevance

/system/core/liblog/include/log/
Dlog_event_list.h88 android_log_list_element android_log_peek_next(android_log_context ctx);
/system/core/liblog/
Dlog_event_list.cpp541 android_log_list_element android_log_peek_next(android_log_context ctx) { in android_log_peek_next() function
DREADME.md93 android_log_list_element android_log_peek_next(android_log_context ctx)
/system/core/liblog/tests/
Dliblog_test.cpp2180 android_log_list_element next = android_log_peek_next(context); in android_log_buffer_to_string()