Searched refs:ANDROID_LOG_WRAP (Results 1 – 6 of 6) sorted by relevance
50 android_logger_list_alloc_time(mode | ANDROID_LOG_WRAP, start, 0); in read_with_wrap()
108 #define ANDROID_LOG_WRAP 0x40000000 /* Block until buffer about to wrap */ macro
323 if (logger_list->mode & ANDROID_LOG_WRAP) { in logdOpen()
123 The `ANDROID_LOG_WRAP` mode flag to the `android_logger_list_alloc_time()` signals logd to quiesce
620 mode |= ANDROID_LOG_WRAP | ANDROID_LOG_NONBLOCK; in Run()