Searched refs:ANDROID_LOG_NONBLOCK (Results 1 – 14 of 14) sorted by relevance
/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/include/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_wrap_test.cpp | 38 const int mode = ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK; in read_with_wrap()
|
D | log_read_test.cpp | 40 LOG_ID_MAIN, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 1000, pid))); in TEST()
|
D | liblog_test.cpp | 187 LOG_ID_EVENTS, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in TEST() 343 LOG_ID_EVENTS, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in TEST() 420 LOG_ID_EVENTS, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in bswrite_test() 548 LOG_ID_MAIN, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 1000, pid))); in buf_write_test() 1164 LOG_ID_MAIN, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 1000, pid))); in TEST() 1239 ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 100, 0))); in TEST() 1312 ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, num, 0))); in TEST() 1317 LOG_ID_MAIN, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in TEST() 1739 LOG_ID_EVENTS, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 1000, pid); in count_matching_ts() 2050 LOG_ID_SECURITY, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in TEST() [all …]
|
/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() 594 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 | 390 return (logger_list->mode & ANDROID_LOG_NONBLOCK) ? -ENODEV : 0; in writeToLocalRead() 430 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/logcat/ |
D | logcat.cpp | 924 ANDROID_LOG_NONBLOCK; in __logcat() 969 ANDROID_LOG_NONBLOCK; in __logcat() 973 mode |= ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK; in __logcat() 978 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 | 985 LOG_ID_EVENTS, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in __android_log_btwrite_multiple__helper() 1142 ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, 0, pid) in count_avc() 1144 ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, in count_avc()
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 468 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()
|