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

/system/core/include/log/
H A Dlog_event_list.h74 } android_log_list_element; typedef in typeref:struct:__anon1573
108 android_log_list_element android_log_read_next(android_log_context ctx);
109 android_log_list_element android_log_peek_next(android_log_context ctx);
299 android_log_list_element read() {
302 android_log_list_element peek() {
/system/core/liblog/include/log/
H A Dlog_event_list.h74 } android_log_list_element; typedef in typeref:struct:__anon1677
108 android_log_list_element android_log_read_next(android_log_context ctx);
109 android_log_list_element android_log_peek_next(android_log_context ctx);
299 android_log_list_element read() {
302 android_log_list_element peek() {
/system/core/libstats/include/
H A Dstats_event_list.h245 android_log_list_element read() { return android_log_read_next(ctx); }
246 android_log_list_element peek() { return android_log_peek_next(ctx); }
/system/core/liblog/
H A Dlog_event_list.c389 static android_log_list_element android_log_read_next_internal(
391 android_log_list_element elem;
559 LIBLOG_ABI_PUBLIC android_log_list_element
564 LIBLOG_ABI_PUBLIC android_log_list_element
/system/core/logd/
H A DLogTags.cpp317 android_log_list_element elem;
/system/core/liblog/tests/
H A Dliblog_test.cpp2428 android_log_list_element elem;
2541 android_log_list_element next = android_log_peek_next(context);

Completed in 117 milliseconds