Home
last modified time | relevance | path

Searched refs:AINF (Results 1 – 4 of 4) 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.cpp327 AINF("using (fd=%d)\n" in init_frame_buffer_locked()
348 AINF("width = %d mm (%f dpi)\n" in init_frame_buffer_locked()
400 AINF("framebuffer accessed with UMP secure ID %i\n", module->framebuffer->ump_id); in init_frame_buffer_locked()
Dalloc_device.cpp317 AINF("warning: unable to create UMP handle from secure ID %i\n", hnd->ump_id); in gralloc_alloc_framebuffer_locked()
330 AINF("framebuffer accessed with dma buf (fd 0x%x)\n", (int)fb_dma_buf.fd); in gralloc_alloc_framebuffer_locked()
Dgralloc_module.cpp99 AINF("Register framebuffer 0x%p is no-op", handle); in gralloc_register_buffer()