Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_common.cpp101 KLOG_ERROR(LOG_TAG, in healthd_register_event()
127 KLOG_ERROR(LOG_TAG, "wakealarm_set_interval: timerfd_settime failed\n"); in wakealarm_set_interval()
199 KLOG_ERROR(LOG_TAG, "uevent_init: uevent_open_socket failed\n"); in uevent_init()
205 KLOG_ERROR(LOG_TAG, in uevent_init()
213 KLOG_ERROR(LOG_TAG, "wakealarm_event: read wakealarm fd failed\n"); in wakealarm_event()
223 KLOG_ERROR(LOG_TAG, "wakealarm_init: timerfd_create failed\n"); in wakealarm_init()
228 KLOG_ERROR(LOG_TAG, in wakealarm_init()
254 KLOG_ERROR(LOG_TAG, "healthd_mainloop: epoll_wait failed\n"); in healthd_mainloop()
270 KLOG_ERROR(LOG_TAG, in healthd_init()
291 KLOG_ERROR("healthd ops not set, exiting\n"); in healthd_main()
[all …]
Dhealthd_mode_android.cpp59 KLOG_ERROR(LOG_TAG, in healthd_mode_android_init()
Dcharger.cpp95 KLOG_ERROR(LOG_TAG, "Unrecognized charger option: %c\n", in main()
DAnimationParser.cpp26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
DBatteryMonitor.cpp477 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH); in init()
Dhealthd_mode_charger.cpp83 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
/system/core/libcutils/include_vndk/cutils/
Dklog.h40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) macro
/system/core/libcutils/include/cutils/
Dklog.h40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) macro
/system/extras/squashfs_utils/
Dsquashfs_utils.c33 #define ERROR(x...) KLOG_ERROR("squashfs_utils", x)
/system/extras/slideshow/
Dslideshow.cpp32 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0)
/system/extras/tests/suspend_stress/
Dsuspend_stress.cpp169 KLOG_ERROR("suspend_stress", "alarm arrived %lld.%03lld seconds %s\n", in main()