Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_INFO (Results 1 – 5 of 5) sorted by relevance

/device/linaro/hikey/gralloc/
Dalloc_device.h25 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt,##args)
/device/linaro/hikey/gralloc960/
Dgralloc_helper.h30 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt, ##args)
/device/amlogic/yukawa/hal/gralloc/
Dgralloc_helper.h30 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt, ##args)
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h13 ANDROID_LOG_INFO, enumerator
/device/generic/goldfish-opengl/fuchsia/
Dport.cc48 case ANDROID_LOG_INFO: in __android_log_print()