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.h108 android_log_list_element android_log_peek_next(android_log_context ctx);
293 return android_log_peek_next(ctx); in peek()
/system/core/liblog/
Dlog_event_list.c563 android_log_peek_next(android_log_context ctx) { in android_log_peek_next() function
DREADME107 android_log_list_element android_log_peek_next(android_log_context ctx)
/system/core/liblog/tests/
Dliblog_test.cpp2532 android_log_list_element next = android_log_peek_next(context); in android_log_buffer_to_string()