Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dalloc_device.h24 #ifndef AINF
25 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt,##args) macro
Dframebuffer_device.cpp325 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()
Dalloc_device.cpp114AINF("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()
Dgralloc_module.cpp101 AINF("Register buffer %p although it will be treated as a nop", handle); in gralloc_register_buffer()
/device/linaro/hikey/gralloc960/
Dgralloc_helper.h29 #ifndef AINF
30 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt, ##args) macro
Dframebuffer_device.cpp305 AINF("using (fd=%d)\n" in init_frame_buffer_locked()
318 AINF("width = %d mm (%f dpi)\n" in init_frame_buffer_locked()
415AINF("FBIOGET_DMABUF ioctl failed(%d). See gralloc_priv.h and the integration manual for vendor fr… in fb_alloc_framebuffer_dmabuf()