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

  /system/core/init/
log.h 24 #define INFO(x...) KLOG_INFO("init", x)
  /system/core/fs_mgr/
fs_mgr_priv.h 23 #define INFO(x...) KLOG_INFO("fs_mgr", x)
  /system/core/include/cutils/
klog.h 29 #define KLOG_INFO(tag,x...) klog_write(6, "<6>" tag ": " x)
  /system/core/charger/
charger.c 68 #define LOGI(x...) do { KLOG_INFO("charger", x); } while (0)

Completed in 65 milliseconds