HomeSort by relevance Sort by last modified time
    Searched refs:AINF (Results 1 - 8 of 8) sorted by null

  /device/linaro/hikey/gralloc/
alloc_device.h 24 #ifndef AINF
25 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt,args)
framebuffer_device.cpp 327 AINF("using (fd=%d)\n"
348 AINF("width = %d mm (%f dpi)\n"
400 AINF("framebuffer accessed with UMP secure ID %i\n", module->framebuffer->ump_id);
alloc_device.cpp 331 AINF("warning: unable to create UMP handle from secure ID %i\n", hnd->ump_id);
344 AINF("framebuffer accessed with dma buf (fd 0x%x)\n", (int)fb_dma_buf.fd);
gralloc_module.cpp 100 AINF("Register framebuffer 0x%p is no-op", handle);
  /device/linaro/hikey/gralloc960/
alloc_device.h 24 #ifndef AINF
25 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt,##args)
framebuffer_device.cpp 294 AINF("using (fd=%d)\n"
315 AINF("width = %d mm (%f dpi)\n"
gralloc_module.cpp 75 AINF("Register framebuffer 0x%p is no-op", handle);
alloc_ion.cpp 383 AINF("FBIOGET_DMABUF ioctl failed(%d). See gralloc_priv.h and the integration manual for vendor framebuffer integration", res);

Completed in 132 milliseconds