HomeSort by relevance Sort by last modified time
    Searched full:memalloc (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /hardware/qcom/display/msm8084/libgralloc/
mapper.cpp 39 #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->unmap_buffer(base, size, hnd->offset)
226 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
275 IMemAlloc* memalloc = getAllocator(hnd->flags); local
    [all...]
Android.mk 35 # MemAlloc Library
45 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
ionalloc.h 34 #include "memalloc.h"
  /hardware/qcom/display/msm8226/libgralloc/
mapper.cpp 39 #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->unmap_buffer(base, size, hnd->offset)
226 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
275 IMemAlloc* memalloc = getAllocator(hnd->flags); local
    [all...]
Android.mk 35 # MemAlloc Library
45 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
ionalloc.h 34 #include "memalloc.h"
  /hardware/qcom/display/msm8960/libgralloc/
mapper.cpp 41 #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->unmap_buffer(base, size, hnd->offset)
219 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
308 IMemAlloc* memalloc = getAllocator(hnd->flags); local
    [all...]
alloc_controller.cpp 35 #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);
Android.mk 35 # MemAlloc Library
ionalloc.h 34 #include "memalloc.h"
  /hardware/qcom/display/msm8909/libgralloc/
mapper.cpp 41 #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...]
Android.mk 38 # MemAlloc Library
50 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
Makefile.am 3 memalloc.h
ionalloc.h 34 #include "memalloc.h"
  /hardware/qcom/display/msm8909w_3100/libgralloc/
mapper.cpp 41 #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...]
Android.mk 38 # MemAlloc Library
50 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
Makefile.am 3 memalloc.h
ionalloc.h 34 #include "memalloc.h"
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 43 #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...]
Android.mk 45 # MemAlloc Library
58 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
ionalloc.h 34 #include "memalloc.h"
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 43 #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...]
Android.mk 47 # MemAlloc Library
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicClass.cpp 72 Allocator& memAlloc = m_context.getDefaultAllocator();
78 memAlloc,
109 const Buffer colorBuffer (vk, device, memAlloc, makeBufferCreateInfo(colorBufferSizeBytes,
111 const Buffer vertexBuffer (vk, device, memAlloc, makeBufferCreateInfo(vertexDataSizeBytes,
162 bindDescriptorSets(vk, device, memAlloc, *cmdBuffer, *pipelineLayout);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.cpp 31 #include <memalloc.h>
125 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); local
126 if (memalloc == NULL) {
127 DLOGE("Memalloc handle is NULL, alloc type %d", meta_buffer_info->alloc_type);
131 ret = memalloc->free_buffer(meta_buffer_info->base_addr, alloc_buffer_info->size, 0,

Completed in 1146 milliseconds

1 2 3 4 5