Home
last modified time | relevance | path

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

/system/core/liblog/
Dliblog.map.txt91 android_log_read_next;
Dlog_event_list.cpp537 android_log_list_element android_log_read_next(android_log_context ctx) { in android_log_read_next() function
DREADME.md92 android_log_list_element android_log_read_next(android_log_context ctx)
/system/core/logd/
DLogTags.cpp325 elem = android_log_read_next(ctx); in ReadPersistEventLogTags()
329 elem = android_log_read_next(ctx); in ReadPersistEventLogTags()
334 elem = android_log_read_next(ctx); in ReadPersistEventLogTags()
339 elem = android_log_read_next(ctx); in ReadPersistEventLogTags()
344 elem = android_log_read_next(ctx); in ReadPersistEventLogTags()
/system/core/liblog/include/log/
Dlog_event_list.h87 android_log_list_element android_log_read_next(android_log_context ctx);
/system/core/liblog/tests/
Dliblog_test.cpp2081 elem = android_log_read_next(context); in android_log_buffer_to_string()