Searched refs:ANDROID_LOG_PSTORE (Results 1 – 8 of 8) sorted by relevance
72 logger |= (logger_list->mode & ANDROID_LOG_PSTORE) ? LOGGER_PMSG : LOGGER_LOGD; in android_logger_open()101 if (logger_list->mode & ANDROID_LOG_PSTORE) { in android_logger_list_read()141 if (logger_list->mode & ANDROID_LOG_PSTORE) { in android_logger_list_free()
233 if (logger_list->mode & ANDROID_LOG_PSTORE) { in android_logger_get_statistics()262 if (logger_list->mode & ANDROID_LOG_PSTORE) { in android_logger_get_prune_list()271 if (logger_list->mode & ANDROID_LOG_PSTORE) { in android_logger_set_prune_list()
188 logger_list.mode = ANDROID_LOG_PSTORE | ANDROID_LOG_NONBLOCK; in __android_log_pmsg_file_read()
126 The `ANDROID_LOG_PSTORE` mode flag to the `android_logger_open()` is used to switch from the active
109 #define ANDROID_LOG_PSTORE 0x80000000 macro
668 mode |= ANDROID_LOG_PSTORE | ANDROID_LOG_NONBLOCK; in Run()900 if (mode & ANDROID_LOG_PSTORE) { in Run()
297 android_logger_list_alloc(ANDROID_LOG_PSTORE | ANDROID_LOG_NONBLOCK, 0, (pid_t)0); in ReadPersistEventLogTags()