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

/system/core/init/
H A Dlog.h24 #define INFO(x...) KLOG_INFO("init", x)
/system/core/fs_mgr/
H A Dfs_mgr_priv.h23 #define INFO(x...) KLOG_INFO("fs_mgr", x)
/system/core/include/cutils/
H A Dklog.h29 #define KLOG_INFO(tag,x...) klog_write(6, "<6>" tag ": " x) macro
/system/core/charger/
H A Dcharger.c69 #define LOGI(x...) do { KLOG_INFO("charger", x); } while (0)

Completed in 72 milliseconds