Searched refs:__android_log_persist_read (Results 1 – 3 of 3) sorted by relevance
24 struct listnode __android_log_persist_read = {&__android_log_persist_read, variable25 &__android_log_persist_read};62 __android_log_add_transport(&__android_log_persist_read, &pmsgLoggerRead); in __android_log_config_read()74 read_transport_for_each_safe(transport, n, &__android_log_persist_read) { in __android_log_config_read_close()
26 extern struct listnode __android_log_persist_read;
75 if (list_empty(&__android_log_transport_read) && list_empty(&__android_log_persist_read)) { in init_transport_context()80 node = (logger_list->mode & ANDROID_LOG_PSTORE) ? &__android_log_persist_read in init_transport_context()