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

12

/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"
355 IMemAlloc* memalloc = NULL; local
357 memalloc = mIonAlloc;
362 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.mk45 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
/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;
658 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
659 memalloc->free_buffer((void*)hnd->base, hnd->size, hnd->offset, hnd->fd);
H A Dgpu.cpp26 #include "memalloc.h"
338 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); local
339 int err = memalloc->free_buffer((void*)hnd->base, hnd->size,
345 err = memalloc->free_buffer((void*)hnd->base_metadata,
H A DAndroid.mk45 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
/hardware/qcom/display/msm8909/libgralloc/
H A Dmapper.cpp41 #include "memalloc.h"
52 IMemAlloc* memalloc; local
54 memalloc = alloc_ctrl->getAllocator(flags);
55 return memalloc;
61 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
67 int ret = memalloc->map_buffer(&mappedAddress, size,
89 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
97 err = memalloc->map_buffer(&mappedAddress, size,
132 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
133 if(!memalloc)
238 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
289 IMemAlloc* memalloc = getAllocator(hnd->flags); local
[all...]
H A DAndroid.mk50 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dmapper.cpp41 #include "memalloc.h"
52 IMemAlloc* memalloc; local
54 memalloc = alloc_ctrl->getAllocator(flags);
55 return memalloc;
61 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
67 int ret = memalloc->map_buffer(&mappedAddress, size,
89 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
97 err = memalloc->map_buffer(&mappedAddress, size,
132 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
133 if(!memalloc)
238 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
289 IMemAlloc* memalloc = getAllocator(hnd->flags); local
[all...]
H A DAndroid.mk50 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
308 IMemAlloc* memalloc = getAllocator(hnd->flags); local
[all...]
H A Dalloc_controller.cpp35 #include "memalloc.h"
246 IMemAlloc* memalloc = NULL; local
248 memalloc = mIonAlloc;
253 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"
322 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); local
323 int err = memalloc->free_buffer((void*)hnd->base, (size_t) hnd->size,
329 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/msm8994/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/msm8994/libgralloc/
H A Dmapper.cpp43 #include "memalloc.h"
54 IMemAlloc* memalloc; local
56 memalloc = alloc_ctrl->getAllocator(flags);
57 return memalloc;
63 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
69 int ret = memalloc->map_buffer(&mappedAddress, size,
91 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
99 err = memalloc->map_buffer(&mappedAddress, size,
134 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
135 if(!memalloc)
240 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
291 IMemAlloc* memalloc = getAllocator(hnd->flags); local
[all...]
H A DAndroid.mk58 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
H A Dalloc_controller.cpp35 #include "memalloc.h"
443 IMemAlloc* memalloc = NULL; local
445 memalloc = mIonAlloc;
450 return memalloc;
760 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
761 memalloc->free_buffer((void*)hnd->base, hnd->size, hnd->offset, hnd->fd);
/hardware/qcom/display/msm8996/libgralloc/
H A Dmapper.cpp43 #include "memalloc.h"
53 IMemAlloc* memalloc; local
55 memalloc = alloc_ctrl->getAllocator(flags);
56 return memalloc;
62 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
68 int ret = memalloc->map_buffer(&mappedAddress, size,
90 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
98 err = memalloc->map_buffer(&mappedAddress, size,
133 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
134 if(!memalloc)
239 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
290 IMemAlloc* memalloc = getAllocator(hnd->flags); local
[all...]
/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/msm8996/sdm/libs/hwc/
H A Dhwc_buffer_allocator.cpp31 #include <memalloc.h>
125 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); local
126 if (memalloc == NULL) {
131 ret = memalloc->free_buffer(meta_buffer_info->base_addr, alloc_buffer_info->size, 0,
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_buffer_allocator.cpp31 #include <memalloc.h>
131 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); local
132 if (memalloc == NULL) {
137 ret = memalloc->free_buffer(meta_buffer_info->base_addr, alloc_buffer_info->size, 0,
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_buffer_allocator.cpp31 #include <memalloc.h>
131 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); local
132 if (memalloc == NULL) {
137 ret = memalloc->free_buffer(meta_buffer_info->base_addr, alloc_buffer_info->size, 0,

Completed in 497 milliseconds

12