Searched refs:KLOG_ERROR (Results 1 - 6 of 6) sorted by relevance

/system/core/init/
H A Dlog.h22 #define ERROR(x...) KLOG_ERROR("init", x)
/system/core/fs_mgr/
H A Dfs_mgr_priv.h24 #define ERROR(x...) KLOG_ERROR("fs_mgr", x)
/system/core/healthd/
H A Dhealthd.cpp89 KLOG_ERROR(LOG_TAG, "wakealarm_set_interval: timerfd_settime failed\n");
126 KLOG_ERROR(LOG_TAG, "uevent_init: uevent_open_socket failed\n");
160 KLOG_ERROR(LOG_TAG, "wakealarm_init: timerfd_create failed\n");
171 KLOG_ERROR(LOG_TAG, "wakealarm_event: read wakealarm_fd failed\n");
195 KLOG_ERROR(LOG_TAG,
205 KLOG_ERROR(LOG_TAG,
216 KLOG_ERROR(LOG_TAG,
227 KLOG_ERROR(LOG_TAG,
244 KLOG_ERROR(LOG_TAG, "healthd_mainloop: epoll_wait failed\n");
H A DBatteryMonitor.cpp102 KLOG_ERROR(LOG_TAG, "Could not open '%s'\n", path.string());
281 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH);
402 KLOG_ERROR(LOG_TAG, "No charger supplies found\n");
/system/core/include/cutils/
H A Dklog.h32 #define KLOG_ERROR(tag,x...) klog_write(3, "<3>" tag ": " x) macro
/system/core/charger/
H A Dcharger.c72 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)

Completed in 85 milliseconds