Searched refs:AINF (Results 1 – 6 of 6) sorted by relevance
/device/linaro/hikey/gralloc/ |
D | alloc_device.h | 24 #ifndef AINF 25 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt,##args) macro
|
D | framebuffer_device.cpp | 325 AINF("using (fd=%d)\n" in init_frame_buffer_locked() 346 AINF("width = %d mm (%f dpi)\n" in init_frame_buffer_locked() 402 AINF("framebuffer accessed with UMP secure ID %i\n", module->framebuffer->ump_id); in init_frame_buffer_locked()
|
D | alloc_device.cpp | 114 …AINF("FBIOGET_DMABUF ioctl failed(%d). See gralloc_priv.h and the integration manual for vendor fr… in fb_get_framebuffer_dmabuf() 397 AINF("warning: unable to create UMP handle from secure ID %i\n", hnd->ump_id); in gralloc_alloc_framebuffer_locked() 414 AINF("Fallback to single buffering. Unable to map framebuffer memory to handle:%p", hnd); in gralloc_alloc_framebuffer_locked()
|
D | gralloc_module.cpp | 101 AINF("Register buffer %p although it will be treated as a nop", handle); in gralloc_register_buffer()
|
/device/linaro/hikey/gralloc960/ |
D | gralloc_helper.h | 29 #ifndef AINF 30 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt, ##args) macro
|
D | framebuffer_device.cpp | 305 AINF("using (fd=%d)\n" in init_frame_buffer_locked() 318 AINF("width = %d mm (%f dpi)\n" in init_frame_buffer_locked() 415 …AINF("FBIOGET_DMABUF ioctl failed(%d). See gralloc_priv.h and the integration manual for vendor fr… in fb_alloc_framebuffer_dmabuf()
|