Home
last modified time | relevance | path

Searched defs:LOGE (Results 1 – 17 of 17) sorted by relevance

/system/chre/platform/tinysys/include/chre/target_platform/
Dlog.h51 #define LOGE(fmt, arg...) \ macro
85 #define LOGE(fmt, arg...) \ macro
/system/chre/platform/slpi/include/chre/target_platform/
Dlog.h55 #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/platform/zephyr/include/chre/target_platform/
Dlog.h24 #define LOGE(...) LOG_ERR(__VA_ARGS__) macro
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dwifi_offload.h53 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/system/chre/platform/include/chre/platform/
Dlog.h75 #define LOGE(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
/system/chre/platform/android/include/chre/target_platform/
Dlog.h33 #define LOGE(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_ERROR, fmt, ##__VA_ARGS__) macro
/system/chre/platform/exynos/include/chre/target_platform/
Dlog.h28 #define LOGE(fmt, ...) CHRE_EXYNOS_LOG(CHRE_LOG_ERROR, fmt, ##__VA_ARGS__) macro
/system/chre/platform/linux/include/chre/target_platform/
Dlog.h46 #define LOGE(fmt, ...) \ macro
/system/chre/host/common/include/chre_host/
Dlog.h43 #define LOGE(format, ...) \ macro
/system/extras/slideshow/
Dslideshow.cpp32 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0) macro
/system/core/healthd/
DAnimationParser.cpp26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0) macro
Dhealthd_draw.cpp27 #define LOGE(x...) KLOG_ERROR("charger", x); macro
Dhealthd_mode_charger.cpp96 #define LOGE(x...) KLOG_ERROR("charger", x); macro
/system/chre/util/include/chre/util/nanoapp/
Dlog.h77 #define LOGE(fmt, ...) LOGE_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/nanoapp/
Dlog.h77 #define LOGE(fmt, ...) LOGE_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc33 #define LOGE(format, ...) fprintf(stderr, LOG_TAG format, ##__VA_ARGS__) macro
/system/chre/platform/tinysys/
Dhost_link.cc46 #define LOGE(fmt, arg...) PRINTF_E("[CHRE]" fmt "\n", ##arg) macro