Home
last modified time | relevance | path

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

/system/core/include/log/
Dlog.h572 } android_log_list_element; typedef
605 android_log_list_element android_log_read_next(android_log_context ctx);
606 android_log_list_element android_log_peek_next(android_log_context ctx);
/system/core/liblog/
Dlog_event_list.c361 static android_log_list_element android_log_read_next_internal( in android_log_read_next_internal()
363 android_log_list_element elem; in android_log_read_next_internal()
531 LIBLOG_ABI_PUBLIC android_log_list_element android_log_read_next( in android_log_read_next()
536 LIBLOG_ABI_PUBLIC android_log_list_element android_log_peek_next( in android_log_peek_next()
/system/core/liblog/tests/
Dliblog_test.cpp1912 android_log_list_element elem; in android_log_buffer_to_string()
2027 android_log_list_element next = android_log_peek_next(context); in android_log_buffer_to_string()