Home
last modified time | relevance | path

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

/system/chre/util/include/chre/util/nanoapp/
Dlog.h52 #define LOGE(fmt, ...) CHRE_LOG(CHRE_LOG_ERROR, fmt, ##__VA_ARGS__) macro
54 #define LOGE(fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) macro
/system/chre/platform/slpi/include/chre/target_platform/
Dlog.h39 #define LOGE(fmt, ...) CHRE_SLPI_LOG(ERROR, fmt, ##__VA_ARGS__) macro
51 #define LOGE(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_ERROR, fmt, ##__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.h69 #define LOGE(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
/system/chre/platform/android/include/chre/target_platform/
Dlog.h33 #define LOGE(fmt, ...) \ macro
/system/chre/platform/linux/include/chre/target_platform/
Dlog.h43 #define LOGE(fmt, ...) CHRE_LINUX_LOG("E", "91", fmt, ##__VA_ARGS__) macro
/system/extras/slideshow/
Dslideshow.cpp32 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0) macro
/system/chre/host/common/include/chre_host/
Dlog.h41 #define LOGE(format, ...) CHRE_LOG(LOG_ERROR, format, ##__VA_ARGS__) macro
/system/core/healthd/
DAnimationParser.cpp26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0) macro
Dhealthd_draw.cpp24 #define LOGE(x...) KLOG_ERROR("charger", x); macro
Dhealthd_mode_charger.cpp100 #define LOGE(x...) KLOG_ERROR("charger", x); macro
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc36 #define LOGE(format, ...) fprintf(stderr, LOG_TAG format, ##__VA_ARGS__) macro