Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_event_list.cpp426 static android_log_list_element android_log_read_next_internal(android_log_context ctx, int peek) { in android_log_read_next_internal() function
595 return android_log_read_next_internal(ctx, 0); in android_log_read_next()
599 return android_log_read_next_internal(ctx, 1); in android_log_peek_next()