Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_event_list.h107 android_log_list_element android_log_read_next(android_log_context ctx);
290 return android_log_read_next(ctx); in read()
/system/core/liblog/
Dlog_event_list.c558 android_log_read_next(android_log_context ctx) { in android_log_read_next() function
DREADME106 android_log_list_element android_log_read_next(android_log_context ctx)
/system/core/liblog/tests/
Dliblog_test.cpp2433 elem = android_log_read_next(context); in android_log_buffer_to_string()