Searched refs:memalloc (Results 1 - 22 of 22) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
H A Dmapper.cpp39 #include "memalloc.h"
49 IMemAlloc* memalloc; local
51 memalloc = alloc_ctrl->getAllocator(flags);
52 return memalloc;
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
67 int err = memalloc->map_buffer(&mappedAddress, size,
79 err = memalloc->map_buffer(&mappedAddress, size,
103 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
104 if(memalloc != NULL) {
105 err = memalloc
226 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
275 IMemAlloc* memalloc = getAllocator(hnd->flags); local
[all...]
H A Dalloc_controller.cpp35 #include "memalloc.h"
354 IMemAlloc* memalloc = NULL; local
356 memalloc = mIonAlloc;
361 return memalloc;
664 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
665 memalloc->free_buffer((void*)hnd->base, hnd->size, hnd->offset, hnd->fd);
H A DAndroid.mk44 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
H A Dgpu.cpp26 #include "memalloc.h"
330 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); local
331 int err = memalloc->free_buffer((void*)hnd->base, (size_t) hnd->size,
337 err = memalloc->free_buffer((void*)hnd->base_metadata,
/hardware/qcom/display/msm8226/libgralloc/
H A Dmapper.cpp39 #include "memalloc.h"
49 IMemAlloc* memalloc; local
51 memalloc = alloc_ctrl->getAllocator(flags);
52 return memalloc;
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
67 int err = memalloc->map_buffer(&mappedAddress, size,
79 err = memalloc->map_buffer(&mappedAddress, size,
103 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
104 if(memalloc != NULL) {
105 err = memalloc
226 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
275 IMemAlloc* memalloc = getAllocator(hnd->flags); local
[all...]
H A Dalloc_controller.cpp35 #include "memalloc.h"
354 IMemAlloc* memalloc = NULL; local
356 memalloc = mIonAlloc;
361 return memalloc;
660 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
661 memalloc->free_buffer((void*)hnd->base, hnd->size, hnd->offset, hnd->fd);
H A Dgpu.cpp26 #include "memalloc.h"
334 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); local
335 int err = memalloc->free_buffer((void*)hnd->base, hnd->size,
341 err = memalloc->free_buffer((void*)hnd->base_metadata,
H A DAndroid.mk44 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
/hardware/qcom/display/msm8960/libgralloc/
H A Dmapper.cpp41 #include "memalloc.h"
51 IMemAlloc* memalloc; local
53 memalloc = alloc_ctrl->getAllocator(flags);
54 return memalloc;
65 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
66 int err = memalloc->map_buffer(&mappedAddress, size,
78 err = memalloc->map_buffer(&mappedAddress, size,
99 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
100 if(memalloc != NULL) {
101 err = memalloc
219 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
295 IMemAlloc* memalloc = getAllocator(hnd->flags); local
[all...]
H A Dalloc_controller.cpp35 #include "memalloc.h"
244 IMemAlloc* memalloc = NULL; local
246 memalloc = mIonAlloc;
251 return memalloc;
388 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
389 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,
/hardware/qcom/display/msm8974/libgralloc/
H A Dmapper.cpp41 #include "memalloc.h"
51 IMemAlloc* memalloc; local
53 memalloc = alloc_ctrl->getAllocator(flags);
54 return memalloc;
65 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
66 int err = memalloc->map_buffer(&mappedAddress, size,
78 err = memalloc->map_buffer(&mappedAddress, size,
99 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
100 if(memalloc != NULL) {
101 err = memalloc
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
296 IMemAlloc* memalloc = getAllocator(hnd->flags); local
[all...]
H A Dalloc_controller.cpp35 #include "memalloc.h"
263 IMemAlloc* memalloc = NULL; local
265 memalloc = mIonAlloc;
270 return memalloc;
398 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
399 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,
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMem.h37 #include <memalloc.h>
171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); local
172 ret = memalloc->free_buffer(mBaseAddr, mBufSzAligned * mNumBuffers, 0, mFd);
/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/msm8084/liboverlay/
H A DoverlayMem.h37 #include <memalloc.h>
189 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); local
190 ret = memalloc->free_buffer(mBaseAddr, mBufSzAligned * mNumBuffers, 0, mFd);
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp42 #include <memalloc.h>
1024 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1025 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/msm8226/libcopybit/
H A Dcopybit_c2d.cpp42 #include <memalloc.h>
1030 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1031 memalloc->free_buffer(data.base, data.size, 0, data.fd);
1296 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1297 if (memalloc->clean_buffer((void *)(src_hnd->base), src_hnd->size,
1381 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
1382 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size,
/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,

Completed in 8901 milliseconds