Searched refs:klog_write (Results 1 - 4 of 4) sorted by relevance

/system/core/include/cutils/
H A Dklog.h23 void klog_write(int level, const char *fmt, ...)
26 #define KLOG_ERROR(tag,x...) klog_write(3, "<3>" tag ": " x)
27 #define KLOG_WARNING(tag,x...) klog_write(4, "<4>" tag ": " x)
28 #define KLOG_NOTICE(tag,x...) klog_write(5, "<5>" tag ": " x)
29 #define KLOG_INFO(tag,x...) klog_write(6, "<6>" tag ": " x)
30 #define KLOG_DEBUG(tag,x...) klog_write(7, "<7>" tag ": " x)
/system/core/libcutils/
H A Dklog.c47 void klog_write(int level, const char *fmt, ...) function
/system/core/init/
H A Dinit.c891 cb.func_log = klog_write;
/system/core/charger/
H A Dcharger.c230 klog_write(6, "<6>%s", ptr);

Completed in 280 milliseconds