Home
last modified time | relevance | path

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

/system/core/liblog/
Dlogd_reader.c495 strcpy(buffer, (logger_list->mode & ANDROID_LOG_NONBLOCK) ? "dumpAndClose" in logdOpen()
540 if (logger_list->mode & ANDROID_LOG_NONBLOCK) { in logdOpen()
551 if (logger_list->mode & ANDROID_LOG_NONBLOCK) { in logdOpen()
593 if (logger_list->mode & ANDROID_LOG_NONBLOCK) { in logdRead()
606 if (logger_list->mode & ANDROID_LOG_NONBLOCK) { in logdRead()
Dlogger_read.c402 } else if ((logger_list_internal->mode & ANDROID_LOG_NONBLOCK) || in android_logger_list_read()
439 if (!oldest && (logger_list_internal->mode & ANDROID_LOG_NONBLOCK)) { in android_logger_list_read()
Dlocal_logger.c389 return (logger_list->mode & ANDROID_LOG_NONBLOCK) ? -ENODEV : 0; in writeToLocalRead()
429 int ret = (logger_list->mode & ANDROID_LOG_NONBLOCK) ? -ENODEV : 0; in writeToLocalPoll()
Dpmsg_reader.c308 ANDROID_LOG_PSTORE | ANDROID_LOG_NONBLOCK | ANDROID_LOG_RDONLY; in __android_log_pmsg_file_read()
DREADME146 opened with an ANDROID_LOG_RDONLY mode. ANDROID_LOG_NONBLOCK mode
/system/core/liblog/include/log/
Dlog_read.h242 #define ANDROID_LOG_NONBLOCK 0x00000800 macro
244 #define ANDROID_LOG_NONBLOCK O_NONBLOCK macro
/system/core/liblog/include_vndk/log/
Dlog_read.h242 #define ANDROID_LOG_NONBLOCK 0x00000800 macro
244 #define ANDROID_LOG_NONBLOCK O_NONBLOCK macro
/system/core/liblog/tests/
Dlog_read_test.cpp39 LOG_ID_MAIN, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 1000, pid))); in TEST()
Dliblog_test.cpp185 LOG_ID_EVENTS, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in TEST()
336 LOG_ID_EVENTS, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in TEST()
413 LOG_ID_EVENTS, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in bswrite_test()
541 LOG_ID_MAIN, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 1000, pid))); in buf_write_test()
1157 LOG_ID_MAIN, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 1000, pid))); in TEST()
1232 ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 100, 0))); in TEST()
1305 ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, num, 0))); in TEST()
1310 LOG_ID_MAIN, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in TEST()
1731 LOG_ID_EVENTS, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 1000, pid); in count_matching_ts()
2041 LOG_ID_SECURITY, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in TEST()
[all …]
/system/core/logcat/
Dlogcat.cpp923 ANDROID_LOG_NONBLOCK; in __logcat()
968 ANDROID_LOG_NONBLOCK; in __logcat()
972 mode |= ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK; in __logcat()
977 mode |= ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK; in __logcat()
1611 setupOutputAndSchedulingPolicy(context, !(mode & ANDROID_LOG_NONBLOCK)); in __logcat()
/system/core/logd/tests/
Dlogd_test.cpp915 LOG_ID_EVENTS, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in __android_log_btwrite_multiple__helper()
1062 LOG_ID_EVENTS, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 0, pid))) in count_avc()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp525 android_name_to_log_id(filename), ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, tail, pid); in dump_log_file()
/system/core/logd/
DLogTags.cpp290 ANDROID_LOG_RDONLY | ANDROID_LOG_PSTORE | ANDROID_LOG_NONBLOCK, 0, in ReadPersistEventLogTags()