Home
last modified time | relevance | path

Searched refs:__android_log_add_transport (Results 1 – 2 of 2) sorted by relevance

/system/core/liblog/
Dconfig_write.cpp27 static void __android_log_add_transport(struct listnode* list, in __android_log_add_transport() function
61 __android_log_add_transport(&__android_log_transport_write, &logdLoggerWrite); in __android_log_config_write()
62 __android_log_add_transport(&__android_log_persist_write, &pmsgLoggerWrite); in __android_log_config_write()
66 __android_log_add_transport(&__android_log_transport_write, &fakeLoggerWrite); in __android_log_config_write()
79 __android_log_add_transport(&__android_log_transport_write, &stderrLoggerWrite); in __android_log_config_write()
87 __android_log_add_transport(&__android_log_persist_write, &stderrLoggerWrite); in __android_log_config_write()
Dconfig_read.cpp27 static void __android_log_add_transport(struct listnode* list, in __android_log_add_transport() function
61 __android_log_add_transport(&__android_log_transport_read, &logdLoggerRead); in __android_log_config_read()
62 __android_log_add_transport(&__android_log_persist_read, &pmsgLoggerRead); in __android_log_config_read()