HomeSort by relevance Sort by last modified time
    Searched refs:klog_write (Results 1 - 3 of 3) sorted by null

  /system/core/include/cutils/
klog.h 23 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/
klog.c 47 void klog_write(int level, const char *fmt, ...) function
  /system/core/charger/
charger.c 229 klog_write(6, "<6>%s", ptr);

Completed in 73 milliseconds