Searched refs:AWAR (Results 1 – 5 of 5) sorted by relevance
/device/linaro/hikey/gralloc/ |
D | alloc_device.h | 21 #ifndef AWAR 22 #define AWAR(fmt, args...) __android_log_print(ANDROID_LOG_WARN, "[Gralloc-Warning]", "%s:%d " fmt,… macro
|
D | framebuffer_device.cpp | 276 AWAR("FBIOPUT_VSCREENINFO failed, page flipping not supported fd: %d", fd); in init_frame_buffer_locked() 284 …AWAR("page flipping not supported (yres_virtual=%d, requested=%d)", info.yres_virtual, info.yres *… in init_frame_buffer_locked() 305 AWAR("fbdev pixclock is zero for fd: %d", fd); in init_frame_buffer_locked()
|
D | alloc_device.cpp | 179 AWAR("ion_free( %d ) failed", m->ion_client); in gralloc_alloc_buffer()
|
/device/linaro/hikey/gralloc960/ |
D | gralloc_helper.h | 25 #ifndef AWAR 26 #define AWAR(fmt, args...) \ macro
|
D | framebuffer_device.cpp | 259 AWAR("FBIOPUT_VSCREENINFO failed, page flipping not supported fd: %d", fd); in init_frame_buffer_locked() 267 …AWAR("page flipping not supported (yres_virtual=%d, requested=%d)", info.yres_virtual, info.yres *… in init_frame_buffer_locked() 285 AWAR("fbdev pixclock is zero for fd: %d", fd); in init_frame_buffer_locked() 473 AWAR("fallback to single buffering. Virtual Y-res too small %d", m->info.yres); in fb_alloc_framebuffer_locked()
|