Home
last modified time | relevance | path

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

/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()
/system/core/healthd/
DAnimationParser.cpp26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
Dhealthd_draw.cpp24 #define LOGE(x...) KLOG_ERROR("charger", x);
Dhealthd_mode_charger.cpp100 #define LOGE(x...) KLOG_ERROR("charger", x);
DBatteryMonitor.cpp529 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH); in init()