/hardware/libhardware/modules/gralloc/ |
D | gralloc.cpp | 94 .framebuffer = 0, 111 if (m->framebuffer == NULL) { in gralloc_alloc_framebuffer_locked() 137 intptr_t vaddr = intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked() 138 private_handle_t* hnd = new private_handle_t(dup(m->framebuffer->fd), size, in gralloc_alloc_framebuffer_locked() 151 hnd->offset = vaddr - intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked() 257 int index = (hnd->base - m->framebuffer->base) / bufferSize; in gralloc_free()
|
D | framebuffer.cpp | 104 const size_t offset = hnd->base - m->framebuffer->base; in fb_post() 107 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { in fb_post() 121 m->base.lock(&m->base, m->framebuffer, in fb_post() 134 m->base.unlock(&m->base, m->framebuffer); in fb_post() 145 if (module->framebuffer) { 288 module->framebuffer = new private_handle_t(dup(fd), fbSize, 0); 298 module->framebuffer->base = intptr_t(vaddr);
|
D | Android.mk | 27 framebuffer.cpp \
|
D | gralloc_priv.h | 40 private_handle_t* framebuffer; member
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | framebuffer.cpp | 91 const size_t offset = hnd->base - m->framebuffer->base; in fb_post() 94 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { in fb_post() 113 if (module->framebuffer) { in mapFrameBufferLocked() 318 module->framebuffer = new private_handle_t(fd, fbSize, in mapFrameBufferLocked() 327 module->framebuffer->base = intptr_t(vaddr); in mapFrameBufferLocked() 332 ioctl(module->framebuffer->fd, MSMFB_OVERLAY_VSYNC_CTRL, in mapFrameBufferLocked()
|
D | gpu.cpp | 185 if (m->framebuffer == NULL) { in gralloc_alloc_framebuffer_locked() 212 intptr_t vaddr = intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked() 214 dup(m->framebuffer->fd), bufferSize, in gralloc_alloc_framebuffer_locked() 229 hnd->offset = vaddr - intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked() 311 int index = (hnd->base - m->framebuffer->base) / bufferSize; in free_impl()
|
D | fb_priv.h | 40 struct private_handle_t* framebuffer; member
|
D | gralloc.cpp | 87 framebuffer: 0,
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | framebuffer.cpp | 91 const size_t offset = hnd->base - m->framebuffer->base; in fb_post() 94 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { in fb_post() 113 if (module->framebuffer) { in mapFrameBufferLocked() 318 module->framebuffer = new private_handle_t(fd, fbSize, in mapFrameBufferLocked() 327 module->framebuffer->base = intptr_t(vaddr); in mapFrameBufferLocked() 332 ioctl(module->framebuffer->fd, MSMFB_OVERLAY_VSYNC_CTRL, in mapFrameBufferLocked()
|
D | gpu.cpp | 191 if (m->framebuffer == NULL) { in gralloc_alloc_framebuffer_locked() 218 intptr_t vaddr = intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked() 220 dup(m->framebuffer->fd), bufferSize, in gralloc_alloc_framebuffer_locked() 235 hnd->offset = vaddr - intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked() 326 int index = (hnd->base - m->framebuffer->base) / bufferSize; in free_impl()
|
D | fb_priv.h | 40 struct private_handle_t* framebuffer; member
|
D | gralloc.cpp | 87 framebuffer: 0,
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | framebuffer.cpp | 90 const size_t offset = hnd->base - m->framebuffer->base; in fb_post() 93 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { in fb_post() 115 if (module->framebuffer) { in mapFrameBufferLocked() 331 module->framebuffer = new private_handle_t(fd, fbSize, in mapFrameBufferLocked() 341 module->framebuffer->base = uintptr_t(vaddr); in mapFrameBufferLocked() 345 ioctl(module->framebuffer->fd, MSMFB_OVERLAY_VSYNC_CTRL, in mapFrameBufferLocked()
|
D | gpu.cpp | 198 if (m->framebuffer == NULL) { in gralloc_alloc_framebuffer_locked() 225 uintptr_t vaddr = uintptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked() 227 dup(m->framebuffer->fd), bufferSize, in gralloc_alloc_framebuffer_locked() 242 hnd->offset = vaddr - uintptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked() 324 size_t index = (hnd->base - m->framebuffer->base) / bufferSize; in free_impl()
|
D | fb_priv.h | 40 struct private_handle_t* framebuffer; member
|
D | gralloc.cpp | 88 framebuffer: 0,
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | framebuffer.cpp | 91 const size_t offset = hnd->base - m->framebuffer->base; in fb_post() 94 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { in fb_post() 113 if (module->framebuffer) { in mapFrameBufferLocked() 329 module->framebuffer = new private_handle_t(fd, fbSize, in mapFrameBufferLocked() 339 module->framebuffer->base = intptr_t(vaddr); in mapFrameBufferLocked() 344 ioctl(module->framebuffer->fd, MSMFB_OVERLAY_VSYNC_CTRL, in mapFrameBufferLocked()
|
D | gpu.cpp | 195 if (m->framebuffer == NULL) { in gralloc_alloc_framebuffer_locked() 222 intptr_t vaddr = intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked() 224 dup(m->framebuffer->fd), bufferSize, in gralloc_alloc_framebuffer_locked() 239 hnd->offset = vaddr - intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked() 320 int index = (hnd->base - m->framebuffer->base) / bufferSize; in free_impl()
|
D | fb_priv.h | 40 struct private_handle_t* framebuffer; member
|
D | gralloc.cpp | 82 framebuffer: 0,
|
/hardware/samsung_slsi/exynos5/gralloc/ |
D | Android.mk | 29 framebuffer.cpp \
|
D | gralloc.cpp | 105 framebuffer: 0,
|
/hardware/samsung_slsi/exynos5/include/ |
D | gralloc_priv.h | 41 struct private_handle_t* framebuffer; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage.dox | 193 readable. On some platforms, framebuffer memory is writable but not
|