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

  /system/core/init/
log.h 24 #define INFO(x...) KLOG_INFO("init", x)
  /system/core/fastbootd/
debug.h 33 #define DLOG(fmt, ...) KLOG_INFO("fastbootd", fmt, ##__VA_ARGS__)
  /device/samsung/manta/health/
healthd-manta.cpp 62 KLOG_INFO(LOG_TAG,
71 KLOG_INFO(LOG_TAG,
79 KLOG_INFO(LOG_TAG,
116 KLOG_INFO(LOG_TAG, "battery charge enable=%d\n", enable);
134 KLOG_INFO(LOG_TAG, "battery full\n");
153 KLOG_INFO(LOG_TAG, "battery charging timer expired\n");
229 KLOG_INFO(LOG_TAG, "start recharging, v=%d\n",
246 KLOG_INFO(LOG_TAG, "Not charging, health=%d\n",
256 KLOG_INFO(LOG_TAG, "battery health recovered\n");
301 KLOG_INFO("Missing battery, using fake battery data\n")
    [all...]
  /system/core/fs_mgr/
fs_mgr_priv.h 23 #define INFO(x...) KLOG_INFO("fs_mgr", x)
  /system/core/include/cutils/
klog.h 35 #define KLOG_INFO(tag,x...) klog_write(6, "<6>" tag ": " x)
  /system/core/healthd/
BatteryMonitor.cpp 262 KLOG_INFO(LOG_TAG, "%s chg=%s%s%s\n", dmesgline,
  /system/core/charger/
charger.c 73 #define LOGI(x...) do { KLOG_INFO("charger", x); } while (0)

Completed in 1319 milliseconds