Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dalloc_device.h22 #define AWAR(fmt, args...) __android_log_print(ANDROID_LOG_WARN, "[Gralloc-Warning]", "%s:%d " fmt,…
25 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt,##args)
28 #define AERR(fmt, args...) __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt,_…
/device/amlogic/yukawa/gralloc/
Dgralloc_helper.h27__android_log_print(ANDROID_LOG_WARN, "[Gralloc-Warning]", "%s:%d " fmt, __func__, __LINE__, ##arg…
30 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt, ##args)
34 __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt, __func__, __LINE__, ##args)
/device/linaro/hikey/gralloc960/
Dgralloc_helper.h27__android_log_print(ANDROID_LOG_WARN, "[Gralloc-Warning]", "%s:%d " fmt, __func__, __LINE__, ##arg…
30 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt, ##args)
34 __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt, __func__, __LINE__, ##args)
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h21 __android_log_print(prio, tag, "[prio %d] " format, prio, ##__VA_ARGS__)
53 int __android_log_print(int priority, const char* tag, const char* format, ...);
/device/generic/goldfish-opengl/fuchsia/
Dport.cc26 int __android_log_print(int priority, const char* tag, const char* format, in __android_log_print() function
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c53 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, fmt, ##__VA_ARGS__); \