Searched refs:KLOG_ERROR (Results 1 – 8 of 8) sorted by relevance
/aosp14/system/core/libcutils/include/cutils/ |
H A D | klog.h | 40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) macro
|
/aosp14/system/core/libcutils/include_outside_system/cutils/ |
H A D | klog.h | 40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) macro
|
/aosp14/system/core/healthd/ |
H A D | healthd_mode_charger_hidl.cpp | 74 KLOG_ERROR("charger", "Unrecognized charger option: %c\n", optopt); in healthd_charger_main()
|
H A D | AnimationParser.cpp | 26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
|
H A D | healthd_draw.cpp | 27 #define LOGE(x...) KLOG_ERROR("charger", x);
|
H A D | healthd_mode_charger.cpp | 96 #define LOGE(x...) KLOG_ERROR("charger", x);
|
H A D | BatteryMonitor_v1.cpp | 605 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH); in init()
|
H A D | BatteryMonitor.cpp | 752 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH); in init()
|