Home
last modified time | relevance | path

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

/system/core/libcutils/
Dloghack.h34 #define LOGE(...) LOG("E", __VA_ARGS__) macro
/system/media/mca/filterpacks/imageproc/native/
Dcontrast.c22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
Dbrightness.c22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
/system/core/include/cutils/
Dlog.h143 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
/system/core/charger/
Dcharger.c67 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0) macro