HomeSort by relevance Sort by last modified time
    Searched defs:memalloc (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/liboverlay/
overlayMem.h 37 #include <memalloc.h>
161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); local
162 ret = memalloc->free_buffer(mBaseAddr, mBufSz * mNumBuffers, 0, mFd);
  /hardware/qcom/display/libgralloc/
alloc_controller.cpp 35 #include "memalloc.h"
245 IMemAlloc* memalloc = NULL; local
247 memalloc = mIonAlloc;
252 return memalloc;
381 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
382 memalloc->free_buffer((void*)hnd->base, hnd->size, hnd->offset, hnd->fd);
gpu.cpp 26 #include "memalloc.h"
316 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); local
317 int err = memalloc->free_buffer((void*)hnd->base, (size_t) hnd->size,
323 err = memalloc->free_buffer((void*)hnd->base_metadata,
mapper.cpp 42 #include "memalloc.h"
52 IMemAlloc* memalloc; local
54 memalloc = alloc_ctrl->getAllocator(flags);
55 return memalloc;
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
67 int err = memalloc->map_buffer(&mappedAddress, size,
79 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)
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
285 IMemAlloc* memalloc = getAllocator(hnd->flags); local
    [all...]
  /external/webkit/Source/WebCore/plugins/
npfunctions.h 136 NPN_MemAllocProcPtr memalloc; member in struct:_NPNetscapeFuncs
  /hardware/qcom/display/libcopybit/
copybit_c2d.cpp 44 #include <memalloc.h>
1008 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1266 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1351 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
    [all...]

Completed in 146 milliseconds