Home
last modified time | relevance | path

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

/aosp12/system/logging/logd/
H A 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()
/aosp12/system/logging/liblog/
H A Dliblog.map.txt90 android_log_read_next;
H A DREADME.md92 android_log_list_element android_log_read_next(android_log_context ctx)
H A Dlog_event_list.cpp537 android_log_list_element android_log_read_next(android_log_context ctx) { in android_log_read_next() function
/aosp12/system/logging/liblog/include/log/
H A Dlog_event_list.h87 android_log_list_element android_log_read_next(android_log_context ctx);
/aosp12/frameworks/base/cmds/incidentd/src/
H A DSection.cpp637 elem = android_log_read_next(context); in BlockingCall()
/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp2081 elem = android_log_read_next(context); in android_log_buffer_to_string()