/aosp12/frameworks/base/core/jni/ |
H A D | android_app_admin_SecurityLog.cpp | 44 SLog::readEvents(env, ANDROID_LOG_NONBLOCK, 0, out); in android_app_admin_SecurityLog_readEvents() 55 SLog::readEvents(env, ANDROID_LOG_NONBLOCK, timestamp, out); in android_app_admin_SecurityLog_readEventsSince() 65 SLog::readEvents(env, ANDROID_LOG_NONBLOCK | ANDROID_LOG_PSTORE, 0, out); in android_app_admin_SecurityLog_readPreviousEvents() 75 SLog::readEvents(env, ANDROID_LOG_NONBLOCK | ANDROID_LOG_WRAP, timestamp, out); in android_app_admin_SecurityLog_readEventsOnWrapping()
|
H A D | android_util_EventLog.cpp | 47 ELog::readEvents(env, ANDROID_LOG_NONBLOCK, tags, 0, out); in android_util_EventLog_readEvents() 63 ELog::readEvents(env, ANDROID_LOG_NONBLOCK | ANDROID_LOG_WRAP, tags, timestamp, out); in android_util_EventLog_readEventsOnWrapping()
|
/aosp12/system/logging/logcat/ |
H A D | logcat.cpp | 620 mode |= ANDROID_LOG_WRAP | ANDROID_LOG_NONBLOCK; in Run() 668 mode |= ANDROID_LOG_PSTORE | ANDROID_LOG_NONBLOCK; in Run() 672 mode |= ANDROID_LOG_NONBLOCK; in Run() 677 mode |= ANDROID_LOG_NONBLOCK; in Run() 1078 SetupOutputAndSchedulingPolicy(!(mode & ANDROID_LOG_NONBLOCK)); in Run()
|
/aosp12/system/logging/liblog/tests/ |
H A D | log_wrap_test.cpp | 35 const int mode = ANDROID_LOG_NONBLOCK; in read_with_wrap()
|
H A D | liblog_test.cpp | 107 android_logger_list_open(log_buffer, ANDROID_LOG_NONBLOCK, 1000, pid)}; in RunLogTests() 1122 android_logger_list_open(LOG_ID_MAIN, ANDROID_LOG_NONBLOCK, expected_count1, pid)}; in TEST() 1126 android_logger_list_open(LOG_ID_MAIN, ANDROID_LOG_NONBLOCK, expected_count2, pid)}; in TEST() 1534 android_logger_list_open(LOG_ID_EVENTS, ANDROID_LOG_NONBLOCK, 1000, pid); in count_matching_ts() 1823 ASSERT_TRUE(NULL != (logger_list = android_logger_list_open(LOG_ID_SECURITY, ANDROID_LOG_NONBLOCK, in TEST()
|
/aosp12/system/logging/liblog/ |
H A D | logd_reader.cpp | 297 strcpy(buffer, (logger_list->mode & ANDROID_LOG_NONBLOCK) ? "dumpAndClose" : "stream"); in logdOpen() 373 if ((logger_list->mode & ANDROID_LOG_NONBLOCK) && ret == 0) { in LogdRead()
|
H A D | pmsg_reader.cpp | 188 logger_list.mode = ANDROID_LOG_PSTORE | ANDROID_LOG_NONBLOCK; in __android_log_pmsg_file_read()
|
H A D | README.md | 120 `ANDROID_LOG_NONBLOCK` mode will report when the log reading is done with an `EAGAIN` error return
|
/aosp12/system/core/trusty/fuzz/ |
H A D | utils.cpp | 44 auto logger_list = android_logger_list_open(LOG_ID_KERNEL, ANDROID_LOG_NONBLOCK, 1000, 0); in PrintTrustyLog()
|
/aosp12/system/logging/liblog/include/log/ |
H A D | log_read.h | 107 #define ANDROID_LOG_NONBLOCK 0x00000800 macro
|
/aosp12/system/logging/liblog/include_vndk/log/ |
H A D | log_read.h | 107 #define ANDROID_LOG_NONBLOCK 0x00000800 macro
|
/aosp12/frameworks/base/cmds/incidentd/src/ |
H A D | Section.h | 168 const static int logModeBase = ANDROID_LOG_NONBLOCK;
|
/aosp12/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_system_tests.cpp | 162 list = android_logger_list_open(log, ANDROID_LOG_NONBLOCK, 1000, pid); in GetLogStr()
|
/aosp12/system/core/debuggerd/libdebuggerd/ |
H A D | tombstone.cpp | 468 android_logger_list_open(android_name_to_log_id(filename), ANDROID_LOG_NONBLOCK, tail, pid); in dump_log_file()
|
H A D | tombstone_proto.cpp | 470 android_logger_list_open(android_name_to_log_id(logger), ANDROID_LOG_NONBLOCK, 0, pid); in dump_log_file()
|
/aosp12/system/logging/logd/ |
H A D | LogTags.cpp | 297 android_logger_list_alloc(ANDROID_LOG_PSTORE | ANDROID_LOG_NONBLOCK, 0, (pid_t)0); in ReadPersistEventLogTags()
|