Lines Matching full:framebuffer
90 const size_t offset = (uintptr_t)hnd->base - (uintptr_t)m->framebuffer->base;
95 int fbdev_fd = m->framebuffer->shallow_fbdev_fd;
124 m->base.lock(&m->base, m->framebuffer, GRALLOC_USAGE_SW_WRITE_RARELY,
130 // If buffer's alignment match framebuffer alignment we can do a direct copy.
153 m->base.unlock(&m->base, m->framebuffer);
161 if (module->framebuffer)
354 * map the framebuffer
360 AERR( "Error mapping the framebuffer (%s)", strerror(errno) );
368 module->framebuffer = new private_handle_t(private_handle_t::PRIV_FLAGS_FRAMEBUFFER, GRALLOC_USAGE_HW_FB, fbSize, vaddr,
424 AERR("Framebuffer HAL not support/disabled %s",