Searched refs:ANDROID_LOG_NONBLOCK (Results 1 – 13 of 13) sorted by relevance
/system/core/liblog/ |
D | logd_reader.c | 495 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()
|
D | logger_read.c | 402 } 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()
|
D | local_logger.c | 389 return (logger_list->mode & ANDROID_LOG_NONBLOCK) ? -ENODEV : 0; in writeToLocalRead() 429 int ret = (logger_list->mode & ANDROID_LOG_NONBLOCK) ? -ENODEV : 0; in writeToLocalPoll()
|
D | pmsg_reader.c | 308 ANDROID_LOG_PSTORE | ANDROID_LOG_NONBLOCK | ANDROID_LOG_RDONLY; in __android_log_pmsg_file_read()
|
D | README | 146 opened with an ANDROID_LOG_RDONLY mode. ANDROID_LOG_NONBLOCK mode
|
/system/core/liblog/include/log/ |
D | log_read.h | 242 #define ANDROID_LOG_NONBLOCK 0x00000800 macro 244 #define ANDROID_LOG_NONBLOCK O_NONBLOCK macro
|
/system/core/liblog/include_vndk/log/ |
D | log_read.h | 242 #define ANDROID_LOG_NONBLOCK 0x00000800 macro 244 #define ANDROID_LOG_NONBLOCK O_NONBLOCK macro
|
/system/core/liblog/tests/ |
D | log_read_test.cpp | 39 LOG_ID_MAIN, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 1000, pid))); in TEST()
|
D | liblog_test.cpp | 185 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/ |
D | logcat.cpp | 923 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/ |
D | logd_test.cpp | 915 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/ |
D | tombstone.cpp | 525 android_name_to_log_id(filename), ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, tail, pid); in dump_log_file()
|
/system/core/logd/ |
D | LogTags.cpp | 290 ANDROID_LOG_RDONLY | ANDROID_LOG_PSTORE | ANDROID_LOG_NONBLOCK, 0, in ReadPersistEventLogTags()
|