Searched defs:LOGE (Results 1 – 12 of 12) sorted by relevance
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 55 #define LOGE(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_ERROR, fmt, ##__VA_ARGS__) macro 70 #define LOGE(fmt, ...) \ macro 119 #define LOGE(fmt, ...) CHRE_SLPI_LOG(ERROR, fmt, ##__VA_ARGS__) macro 135 #define LOGE(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_ERROR, fmt, ##__VA_ARGS__) macro
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
D | wifi_offload.h | 53 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/system/chre/platform/include/chre/platform/ |
D | log.h | 75 #define LOGE(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
|
/system/chre/platform/android/include/chre/target_platform/ |
D | log.h | 33 #define LOGE(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_ERROR, fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | log.h | 46 #define LOGE(fmt, ...) \ macro
|
/system/extras/slideshow/ |
D | slideshow.cpp | 32 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0) macro
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 40 #define LOGE(format, ...) CHRE_LOG(LOG_ERROR, stderr, format, ##__VA_ARGS__) macro
|
/system/core/healthd/ |
D | AnimationParser.cpp | 26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0) macro
|
D | healthd_draw.cpp | 24 #define LOGE(x...) KLOG_ERROR("charger", x); macro
|
D | healthd_mode_charger.cpp | 103 #define LOGE(x...) KLOG_ERROR("charger", x); macro
|
/system/chre/util/include/chre/util/nanoapp/ |
D | log.h | 58 #define LOGE(fmt, ...) LOGE_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 36 #define LOGE(format, ...) fprintf(stderr, LOG_TAG format, ##__VA_ARGS__) macro
|