Searched refs:KLOG_WARNING (Results 1 – 7 of 7) sorted by relevance
/aosp14/system/core/healthd/ |
H A D | BatteryMonitor.cpp | 182 KLOG_WARNING(LOG_TAG, "Unknown battery status '%s'\n", status); in getBatteryStatus() 227 KLOG_WARNING(LOG_TAG, "Unknown battery health '%s'\n", status); in getBatteryHealth() 535 KLOG_WARNING(LOG_TAG, "%s\n", dmesgline); in doLogValues() 571 KLOG_WARNING(LOG_TAG, "setChargingPolicy fail\n"); in setChargingPolicy() 974 KLOG_WARNING(LOG_TAG, "No battery devices found\n"); in init() 979 KLOG_WARNING(LOG_TAG, "BatteryStatusPath not found\n"); in init() 981 KLOG_WARNING(LOG_TAG, "BatteryHealthPath not found\n"); in init() 983 KLOG_WARNING(LOG_TAG, "BatteryPresentPath not found\n"); in init() 987 KLOG_WARNING(LOG_TAG, "BatteryVoltagePath not found\n"); in init() 1013 KLOG_WARNING(LOG_TAG, "chargingStatePath not found\n"); in init() [all …]
|
H A D | BatteryMonitor_v1.cpp | 178 KLOG_WARNING(LOG_TAG, "Unknown battery status '%s'\n", status); in getBatteryStatus() 223 KLOG_WARNING(LOG_TAG, "Unknown battery health '%s'\n", status); in getBatteryHealth() 449 KLOG_WARNING(LOG_TAG, "%s\n", dmesgline); in doLogValues() 783 KLOG_WARNING(LOG_TAG, "No battery devices found\n"); in init() 788 KLOG_WARNING(LOG_TAG, "BatteryStatusPath not found\n"); in init() 790 KLOG_WARNING(LOG_TAG, "BatteryHealthPath not found\n"); in init() 792 KLOG_WARNING(LOG_TAG, "BatteryPresentPath not found\n"); in init() 794 KLOG_WARNING(LOG_TAG, "BatteryCapacityPath not found\n"); in init() 796 KLOG_WARNING(LOG_TAG, "BatteryVoltagePath not found\n"); in init() 800 KLOG_WARNING(LOG_TAG, "BatteryTechnologyPath not found\n"); in init() [all …]
|
H A D | AnimationParser.cpp | 27 #define LOGW(x...) do { KLOG_WARNING("charger", x); } while (0)
|
H A D | healthd_draw.cpp | 28 #define LOGW(x...) KLOG_WARNING("charger", x);
|
H A D | healthd_mode_charger.cpp | 97 #define LOGW(x...) KLOG_WARNING("charger", x);
|
/aosp14/system/core/libcutils/include/cutils/ |
H A D | klog.h | 41 #define KLOG_WARNING(tag,x...) klog_write(KLOG_WARNING_LEVEL, "<4>" tag ": " x) macro
|
/aosp14/system/core/libcutils/include_outside_system/cutils/ |
H A D | klog.h | 41 #define KLOG_WARNING(tag,x...) klog_write(KLOG_WARNING_LEVEL, "<4>" tag ": " x) macro
|