Home | History | Annotate | Download | only in gralloc

Lines Matching full:framebuffer

88 		const size_t offset = (uintptr_t)hnd->base - (uintptr_t)m->framebuffer->base;
97 int fbdev_fd = m->framebuffer->shallow_fbdev_fd;
173 m->base.lock(&m->base, m->framebuffer, GRALLOC_USAGE_SW_WRITE_RARELY,
182 m->base.unlock(&m->base, m->framebuffer);
190 if (module->framebuffer)
373 * map the framebuffer
380 AERR("Error mapping the framebuffer (%s)", strerror(errno));
387 module->framebuffer = new private_handle_t(private_handle_t::PRIV_FLAGS_FRAMEBUFFER, 0, fbSize, vaddr,
395 ioctl(fd, IOCTL_GET_FB_UMP_SECURE_ID, &module->framebuffer->ump_id);
398 if ((int)UMP_INVALID_SECURE_ID != module->framebuffer->ump_id)
400 AINF("framebuffer accessed with UMP secure ID %i\n", module->framebuffer->ump_id);
476 AERR("Error to malloc the framebuffer (%s)", strerror(errno));