Searched refs:KLOG_ERROR (Results 1 – 11 of 11) sorted by relevance
/system/core/healthd/ |
D | healthd_common.cpp | 101 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 …]
|
D | healthd_mode_android.cpp | 59 KLOG_ERROR(LOG_TAG, in healthd_mode_android_init()
|
D | charger.cpp | 95 KLOG_ERROR(LOG_TAG, "Unrecognized charger option: %c\n", in main()
|
D | AnimationParser.cpp | 26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
|
D | BatteryMonitor.cpp | 477 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH); in init()
|
D | healthd_mode_charger.cpp | 83 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
|
/system/core/libcutils/include_vndk/cutils/ |
D | klog.h | 40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) macro
|
/system/core/libcutils/include/cutils/ |
D | klog.h | 40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) macro
|
/system/extras/squashfs_utils/ |
D | squashfs_utils.c | 33 #define ERROR(x...) KLOG_ERROR("squashfs_utils", x)
|
/system/extras/slideshow/ |
D | slideshow.cpp | 32 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0)
|
/system/extras/tests/suspend_stress/ |
D | suspend_stress.cpp | 169 KLOG_ERROR("suspend_stress", "alarm arrived %lld.%03lld seconds %s\n", in main()
|