Searched refs:KLOG_ERROR (Results 1 – 9 of 9) sorted by relevance
/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()
|
/system/core/healthd/ |
D | AnimationParser.cpp | 26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
|
D | healthd_draw.cpp | 24 #define LOGE(x...) KLOG_ERROR("charger", x);
|
D | healthd_mode_charger.cpp | 100 #define LOGE(x...) KLOG_ERROR("charger", x);
|
D | BatteryMonitor.cpp | 529 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH); in init()
|