Home
last modified time | relevance | path

Searched refs:KLOG_ERROR (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/interfaces/health/utils/libhealthloop/
H A DHealthLoop.cpp76 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 DChargerDetect.cpp63 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 Dklog.h40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) macro
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dklog.h40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) macro
/aosp12/system/extras/squashfs_utils/
H A Dsquashfs_utils.c33 #define ERROR(x...) KLOG_ERROR("squashfs_utils", x)
/aosp12/hardware/interfaces/health/2.0/default/
H A Dhealthd_common_adapter.cpp65 KLOG_ERROR("healthd ops not set, exiting\n"); in healthd_main()
/aosp12/system/extras/slideshow/
H A Dslideshow.cpp32 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0)
/aosp12/system/extras/tests/suspend_stress/
H A Dsuspend_stress.cpp169 KLOG_ERROR("suspend_stress", "alarm arrived %lld.%03lld seconds %s\n", in main()
/aosp12/system/core/healthd/
H A DAnimationParser.cpp26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
H A Dhealthd_draw.cpp24 #define LOGE(x...) KLOG_ERROR("charger", x);
H A Dhealthd_mode_charger.cpp103 #define LOGE(x...) KLOG_ERROR("charger", x);
H A DBatteryMonitor.cpp534 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH); in init()