Searched defs:memalloc (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/liboverlay/
H A DoverlayMem.h37 #include <memalloc.h>
170 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); local
171 ret = memalloc->free_buffer(mBaseAddr, mBufSz * mNumBuffers, 0, mFd);
/hardware/qcom/display/libgralloc/
H A Dalloc_controller.cpp34 #include "memalloc.h"
155 IMemAlloc* memalloc = NULL; local
157 memalloc = mIonAlloc;
162 return memalloc;
276 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
277 memalloc->free_buffer((void*)hnd->base, hnd->size, hnd->offset, hnd->fd);
H A Dmapper.cpp44 #include "memalloc.h"
53 IMemAlloc* memalloc; local
55 memalloc = alloc_ctrl->getAllocator(flags);
56 return memalloc;
68 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
69 int err = memalloc->map_buffer(&mappedAddress, size,
100 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
101 if(memalloc != NULL)
102 err = memalloc->unmap_buffer(base, size, hnd->offset);
275 IMemAlloc* memalloc local
[all...]
H A Dgpu.cpp28 #include "memalloc.h"
267 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); local
268 int err = memalloc->free_buffer((void*)hnd->base, (size_t) hnd->size,
/hardware/qcom/display/libcopybit/
H A Dcopybit_c2d.cpp42 #include <memalloc.h>
957 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
958 memalloc->free_buffer(data.base, data.size, 0, data.fd);
1176 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1177 if (memalloc->clean_buffer((void *)(src_hnd->base), src_hnd->size,
1247 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
1248 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size,

Completed in 73 milliseconds