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

/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMem.h37 #include <memalloc.h>
161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); local
162 ret = memalloc->free_buffer(mBaseAddr, mBufSz * mNumBuffers, 0, mFd);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMem.h37 #include <memalloc.h>
162 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); local
163 ret = memalloc->free_buffer(mBaseAddr, mBufSz * mNumBuffers, 0, mFd);
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayMem.h37 #include <memalloc.h>
161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); local
162 ret = memalloc->free_buffer(mBaseAddr, mBufSz * mNumBuffers, 0, mFd);
/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.cpp35 #include "memalloc.h"
243 IMemAlloc* memalloc = NULL; local
245 memalloc = mIonAlloc;
250 return memalloc;
379 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
380 memalloc->free_buffer((void*)hnd->base, hnd->size, hnd->offset, hnd->fd);
H A Dgpu.cpp26 #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,
H A Dmapper.cpp42 #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
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
285 IMemAlloc* memalloc = getAllocator(hnd->flags); local
[all...]
/hardware/qcom/display/msm8974/libgralloc/
H A Dalloc_controller.cpp35 #include "memalloc.h"
262 IMemAlloc* memalloc = NULL; local
264 memalloc = mIonAlloc;
269 return memalloc;
396 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
397 memalloc->free_buffer((void*)hnd->base, hnd->size, hnd->offset, hnd->fd);
H A Dgpu.cpp26 #include "memalloc.h"
331 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); local
332 int err = memalloc->free_buffer((void*)hnd->base, (size_t) hnd->size,
338 err = memalloc->free_buffer((void*)hnd->base_metadata,
H A Dmapper.cpp42 #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
221 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
288 IMemAlloc* memalloc = getAllocator(hnd->flags); local
[all...]
/hardware/qcom/display/msm8x26/libgralloc/
H A Dalloc_controller.cpp35 #include "memalloc.h"
243 IMemAlloc* memalloc = NULL; local
245 memalloc = mIonAlloc;
250 return memalloc;
377 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
378 memalloc->free_buffer((void*)hnd->base, hnd->size, hnd->offset, hnd->fd);
H A Dgpu.cpp26 #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,
H A Dmapper.cpp42 #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
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
285 IMemAlloc* memalloc = getAllocator(hnd->flags); local
[all...]
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp44 #include <memalloc.h>
1004 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1005 memalloc->free_buffer(data.base, data.size, 0, data.fd);
1262 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1263 if (memalloc->clean_buffer((void *)(src_hnd->base), src_hnd->size,
1347 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
1348 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size,
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp44 #include <memalloc.h>
1023 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1024 memalloc->free_buffer(data.base, data.size, 0, data.fd);
1290 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1291 if (memalloc->clean_buffer((void *)(src_hnd->base), src_hnd->size,
1375 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
1376 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size,
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp44 #include <memalloc.h>
1004 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1005 memalloc->free_buffer(data.base, data.size, 0, data.fd);
1262 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1263 if (memalloc->clean_buffer((void *)(src_hnd->base), src_hnd->size,
1347 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
1348 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size,

Completed in 6481 milliseconds