Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_ERROR (Results 1 – 6 of 6) sorted by relevance

/device/linaro/hikey/gralloc/
Dalloc_device.h28 #define AERR(fmt, args...) __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt,_…
/device/linaro/hikey/gralloc960/
Dgralloc_helper.h34 __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt, __func__, __LINE__, ##args)
/device/amlogic/yukawa/hal/gralloc/
Dgralloc_helper.h34 __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt, __func__, __LINE__, ##args)
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h15 ANDROID_LOG_ERROR, enumerator
/device/generic/goldfish-opengl/fuchsia/
Dport.cc42 case ANDROID_LOG_ERROR: in __android_log_print()
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c53 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, fmt, ##__VA_ARGS__); \