Searched refs:ANDROID_LOG_WRAP (Results 1 - 6 of 6) sorted by relevance

/system/core/liblog/tests/
H A Dlog_wrap_test.cpp53 android_logger_list_alloc_time(mode | ANDROID_LOG_WRAP, start, 0);
/system/core/liblog/
H A Dlogd_reader.c519 if (logger_list->mode & ANDROID_LOG_WRAP) {
595 if ((logger_list->mode & ANDROID_LOG_WRAP) &&
599 logger_list->mode &= ~ANDROID_LOG_WRAP;
/system/core/include/log/
H A Dlog_read.h247 #define ANDROID_LOG_WRAP 0x40000000 /* Block until buffer about to wrap */ macro
/system/core/liblog/include/log/
H A Dlog_read.h247 #define ANDROID_LOG_WRAP 0x40000000 /* Block until buffer about to wrap */ macro
/system/core/liblog/include_vndk/log/
H A Dlog_read.h247 #define ANDROID_LOG_WRAP 0x40000000 /* Block until buffer about to wrap */ macro
/system/core/logcat/
H A Dlogcat.cpp923 mode |= ANDROID_LOG_WRAP | ANDROID_LOG_RDONLY |

Completed in 98 milliseconds