Home
last modified time | relevance | path

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

/system/logging/liblog/tests/
Dlog_wrap_test.cpp50 android_logger_list_alloc_time(mode | ANDROID_LOG_WRAP, start, 0); in read_with_wrap()
/system/logging/liblog/include_vndk/log/
Dlog_read.h108 #define ANDROID_LOG_WRAP 0x40000000 /* Block until buffer about to wrap */ macro
/system/logging/liblog/include/log/
Dlog_read.h108 #define ANDROID_LOG_WRAP 0x40000000 /* Block until buffer about to wrap */ macro
/system/logging/liblog/
Dlogd_reader.cpp323 if (logger_list->mode & ANDROID_LOG_WRAP) { in logdOpen()
DREADME.md123 The `ANDROID_LOG_WRAP` mode flag to the `android_logger_list_alloc_time()` signals logd to quiesce
/system/logging/logcat/
Dlogcat.cpp620 mode |= ANDROID_LOG_WRAP | ANDROID_LOG_NONBLOCK; in Run()