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

/system/core/include/log/
H A Dlog.h490 /* Special markers for android_log_list_element type */
572 } android_log_list_element; typedef in typeref:struct:__anon1535
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/
H A Dlog_event_list.c361 static android_log_list_element android_log_read_next_internal(
363 android_log_list_element elem;
531 LIBLOG_ABI_PUBLIC android_log_list_element android_log_read_next(
536 LIBLOG_ABI_PUBLIC android_log_list_element android_log_peek_next(
/system/core/liblog/tests/
H A Dliblog_test.cpp1920 android_log_list_element elem;
2035 android_log_list_element next = android_log_peek_next(context);

Completed in 189 milliseconds