Home
last modified time | relevance | path

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

/system/logging/liblog/
Dliblog.map.txt90 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/logging/logd/
DLogTags.cpp326 elem = android_log_read_next(ctx); in ReadPersistEventLogTags()
330 elem = android_log_read_next(ctx); in ReadPersistEventLogTags()
335 elem = android_log_read_next(ctx); in ReadPersistEventLogTags()
340 elem = android_log_read_next(ctx); in ReadPersistEventLogTags()
345 elem = android_log_read_next(ctx); in ReadPersistEventLogTags()
/system/logging/liblog/include/log/
Dlog_event_list.h87 android_log_list_element android_log_read_next(android_log_context ctx);
/system/logging/liblog/tests/
Dliblog_test.cpp2081 elem = android_log_read_next(context); in android_log_buffer_to_string()