Searched refs:KLOG_ERROR (Results 1 – 12 of 12) sorted by relevance
/aosp12/hardware/interfaces/health/utils/libhealthloop/ |
H A D | HealthLoop.cpp | 76 KLOG_ERROR(LOG_TAG, "epoll_ctl failed; errno=%d\n", errno); in RegisterEvent() 98 KLOG_ERROR(LOG_TAG, "wakealarm_set_interval: timerfd_settime failed\n"); in WakeAlarmSetInterval() 161 KLOG_ERROR(LOG_TAG, "uevent_init: uevent_open_socket failed\n"); in UeventInit() 167 KLOG_ERROR(LOG_TAG, "register for uevent events failed\n"); in UeventInit() 176 KLOG_ERROR(LOG_TAG, "wakealarm_event: read wakealarm fd failed\n"); in WakeAlarmEvent() 186 KLOG_ERROR(LOG_TAG, "wakealarm_init: timerfd_create failed\n"); in WakeAlarmInit() 191 KLOG_ERROR(LOG_TAG, "Registration of wakealarm event failed\n"); in WakeAlarmInit() 216 KLOG_ERROR(LOG_TAG, "healthd_mainloop: epoll_wait failed\n"); in MainLoop() 234 KLOG_ERROR(LOG_TAG, "epoll_create1 failed; errno=%d\n", errno); in InitInternal() 256 KLOG_ERROR(LOG_TAG, "Initialization failed, exiting\n"); in StartLoop() [all …]
|
/aosp12/hardware/google/pixel/health/ |
H A D | ChargerDetect.cpp | 63 KLOG_ERROR(LOG_TAG, "Could not open %s\n", kPowerSupplySysfsPath); in populateTcpmPsyName() 91 KLOG_ERROR(LOG_TAG, "Error reading %s: %d\n", path.c_str(), ret); in getPsyUsbType() 97 KLOG_ERROR(LOG_TAG, "'[' not found in %s: %s\n", path.c_str(), usbType.c_str()); in getPsyUsbType()
|
/aosp12/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
|
/aosp12/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
|
/aosp12/system/extras/squashfs_utils/ |
H A D | squashfs_utils.c | 33 #define ERROR(x...) KLOG_ERROR("squashfs_utils", x)
|
/aosp12/hardware/interfaces/health/2.0/default/ |
H A D | healthd_common_adapter.cpp | 65 KLOG_ERROR("healthd ops not set, exiting\n"); in healthd_main()
|
/aosp12/system/extras/slideshow/ |
H A D | slideshow.cpp | 32 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0)
|
/aosp12/system/extras/tests/suspend_stress/ |
H A D | suspend_stress.cpp | 169 KLOG_ERROR("suspend_stress", "alarm arrived %lld.%03lld seconds %s\n", in main()
|
/aosp12/system/core/healthd/ |
H A D | AnimationParser.cpp | 26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
|
H A D | healthd_draw.cpp | 24 #define LOGE(x...) KLOG_ERROR("charger", x);
|
H A D | healthd_mode_charger.cpp | 103 #define LOGE(x...) KLOG_ERROR("charger", x);
|
H A D | BatteryMonitor.cpp | 534 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH); in init()
|