HomeSort by relevance Sort by last modified time
    Searched refs:KLOG_ERROR (Results 1 - 11 of 11) sorted by null

  /system/core/healthd/
healthd_common.cpp 101 KLOG_ERROR(LOG_TAG,
127 KLOG_ERROR(LOG_TAG, "wakealarm_set_interval: timerfd_settime failed\n");
199 KLOG_ERROR(LOG_TAG, "uevent_init: uevent_open_socket failed\n");
205 KLOG_ERROR(LOG_TAG,
213 KLOG_ERROR(LOG_TAG, "wakealarm_event: read wakealarm fd failed\n");
223 KLOG_ERROR(LOG_TAG, "wakealarm_init: timerfd_create failed\n");
228 KLOG_ERROR(LOG_TAG,
254 KLOG_ERROR(LOG_TAG, "healthd_mainloop: epoll_wait failed\n");
270 KLOG_ERROR(LOG_TAG,
291 KLOG_ERROR("healthd ops not set, exiting\n")
    [all...]
charger.cpp 95 KLOG_ERROR(LOG_TAG, "Unrecognized charger option: %c\n",
healthd_mode_android.cpp 59 KLOG_ERROR(LOG_TAG,
AnimationParser.cpp 26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
BatteryMonitor.cpp 477 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH);
healthd_mode_charger.cpp 83 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
  /system/core/libcutils/include/cutils/
klog.h 40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x)
  /device/google/dragon/health/
healthd-dragon.cpp 37 KLOG_ERROR(LOG_TAG, "Could not open '%s'\n", path);
  /system/extras/squashfs_utils/
squashfs_utils.c 33 #define ERROR(x...) KLOG_ERROR("squashfs_utils", x)
  /system/extras/slideshow/
slideshow.cpp 32 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0)
  /system/extras/tests/suspend_stress/
suspend_stress.cpp 169 KLOG_ERROR("suspend_stress", "alarm arrived %lld.%03lld seconds %s\n",

Completed in 121 milliseconds