Searched refs:framebufferVaddr (Results 1 – 2 of 2) sorted by relevance
/device/amlogic/yukawa/hal/gralloc/ |
D | framebuffer_device.cpp | 485 uintptr_t framebufferVaddr = (uintptr_t)m->framebuffer->base; in fb_alloc_framebuffer_locked() local 496 framebufferVaddr += framebufferSize; in fb_alloc_framebuffer_locked() 501 …private_handle_t::PRIV_FLAGS_FRAMEBUFFER, framebufferSize, (void *)framebufferVaddr, consumer_usag… in fb_alloc_framebuffer_locked() 502 producer_usage, dup(m->framebuffer->fd), (framebufferVaddr - (uintptr_t)m->framebuffer->base)); in fb_alloc_framebuffer_locked()
|
/device/linaro/hikey/gralloc960/ |
D | framebuffer_device.cpp | 485 uintptr_t framebufferVaddr = (uintptr_t)m->framebuffer->base; in fb_alloc_framebuffer_locked() local 496 framebufferVaddr += framebufferSize; in fb_alloc_framebuffer_locked() 501 …private_handle_t::PRIV_FLAGS_FRAMEBUFFER, framebufferSize, (void *)framebufferVaddr, consumer_usag… in fb_alloc_framebuffer_locked() 502 producer_usage, dup(m->framebuffer->fd), (framebufferVaddr - (uintptr_t)m->framebuffer->base)); in fb_alloc_framebuffer_locked()
|