Searched defs:LOGE (Results 1 - 13 of 13) sorted by relevance

/system/chre/platform/include/chre/platform/
H A Dstatic_nanoapp_init.h38 #undef LOGE macro
H A Dlog.h26 * LOGE(format, ...)
42 #ifndef LOGE
43 #error "LOGE must be defined"
44 #endif // LOGE
68 #undef LOGE macro
69 #define LOGE(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
90 #define LOG_OOM() LOGE("Out of memory at %s:%d", __FILE__, __LINE__)
/system/chre/util/include/chre/util/nanoapp/
H A Dlog.h42 #define LOGE(fmt, ...) chreLog(CHRE_LOG_ERROR, LOG_TAG " " fmt, ##__VA_ARGS__) macro
44 #define LOGE(fmt, ...) chreLogNull(fmt, ##__VA_ARGS__) macro
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
H A Dwifi_offload.h34 #undef LOGE macro
39 #define LOGE(fmt, ...) chreLog(CHRE_LOG_ERROR, LOG_TAG " " fmt, ##__VA_ARGS__) macro
61 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/system/chre/platform/linux/include/chre/target_platform/
H A Dlog.h43 #define LOGE(fmt, ...) CHRE_LINUX_LOG("E", "91", fmt, ##__VA_ARGS__) macro
/system/chre/platform/slpi/include/chre/target_platform/
H A Dlog.h33 #define LOGE(fmt, ...) \ macro
/system/chre/host/common/include/chre_host/
H A Dlog.h30 * of LOGE, LOGW, etc. to populate the level.
41 #define LOGE(format, ...) CHRE_LOG(LOG_ERROR, format, ##__VA_ARGS__) macro
63 LOGE("%s: %s (%d)\n", message, error_string, error_code); \
/system/extras/slideshow/
H A Dslideshow.cpp32 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0) macro
64 LOGE("failed to create surface for %s\n", resname);
81 LOGE("usage: slideshow [-t timeout] image.png [image2.png ...] last.png\n");
100 LOGE("invalid timeout %s, defaulting to %ld\n", optarg,
115 LOGE("failed to initialize minui\n");
/system/core/healthd/
H A DAnimationParser.cpp26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0) macro
102 LOGE("Bad animation format: %s\n", line.c_str());
111 LOGE("Bad clock_display format: %s\n", line.c_str());
116 LOGE("Bad percent_display format: %s\n", line.c_str());
123 LOGE("Malformed animation description line: %s\n", line.c_str());
129 LOGE("Bad animation description. Provide the 'animation: ' line and at least one 'frame: ' "
H A Dhealthd_draw.cpp23 #define LOGE(x...) KLOG_ERROR("charger", x); macro
39 LOGE("Could not load time font (%d)\n", res);
44 LOGE("Could not load percent font (%d)\n", res);
138 LOGE("Could not format time\n");
H A Dhealthd_mode_charger.cpp78 #define LOGE(x...) KLOG_ERROR("charger", x); macro
636 LOGE("Cannot load custom battery_fail image. Reverting to built in.\n");
639 LOGE("Cannot load built in battery_fail image\n");
651 LOGE("Cannot load battery_scale image\n");
655 LOGE("battery_scale image has unexpected frame count (%d, expected %d)\n", scale_count,
/system/nfc/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c38 #define LOGE(format, ...) fprintf(stderr, LOG_TAG format, ##__VA_ARGS__) macro
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.c35 #define LOGE(format, ...) fprintf(stderr, LOG_TAG format, ##__VA_ARGS__) macro

Completed in 1627 milliseconds