Searched refs:android_log_read_next (Results 1 - 5 of 5) sorted by relevance

/system/core/include/log/
H A Dlog_event_list.h108 android_log_list_element android_log_read_next(android_log_context ctx);
300 return android_log_read_next(ctx);
/system/core/liblog/include/log/
H A Dlog_event_list.h108 android_log_list_element android_log_read_next(android_log_context ctx);
300 return android_log_read_next(ctx);
/system/core/libstats/include/
H A Dstats_event_list.h245 android_log_list_element read() { return android_log_read_next(ctx); }
/system/core/liblog/
H A Dlog_event_list.c560 android_log_read_next(android_log_context ctx) { function
/system/core/liblog/tests/
H A Dliblog_test.cpp2442 elem = android_log_read_next(context);

Completed in 620 milliseconds