Home | History | Annotate | Download | only in libgralloc-qsd8k

Lines Matching defs:base

38     common.module  = const_cast<hw_module_t*>(&module->base.common);
81 intptr_t vaddr = intptr_t(m->framebuffer->base);
95 hnd->base = vaddr;
96 hnd->offset = vaddr - intptr_t(m->framebuffer->base);
120 void* base = 0; // XXX JMG: This should change to just get an address from
121 // the PmemAllocator rather than getting the base & offset separately
165 err = pma->alloc_pmem_buffer(size, usage, &base, &offset, &fd);
189 hnd->base = int(base)+offset;
280 int index = (hnd->base - m->framebuffer->base) / bufferSize;
290 pmem_allocator->free_pmem_buffer(hnd->size, (void*)hnd->base,
293 deps.terminateBuffer(&m->base, const_cast<private_handle_t*>(hnd));