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

  /hardware/qcom/display/msm8226/liboverlay/
overlayMem.h 37 #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/
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/msm8974/liboverlay/
overlayMem.h 37 #include <memalloc.h>
162 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); local
163 ret = memalloc->free_buffer(mBaseAddr, mBufSz * mNumBuffers, 0, mFd);
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 26 #include "memalloc.h"
329 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); local
330 int err = memalloc->free_buffer((void*)hnd->base, (size_t) hnd->size,
336 err = memalloc->free_buffer((void*)hnd->base_metadata,
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...]
alloc_controller.cpp 35 #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);
  /hardware/qcom/display/msm8084/liboverlay/
overlayMem.h 37 #include <memalloc.h>
188 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); local
189 ret = memalloc->free_buffer(mBaseAddr, mBufSzAligned * mNumBuffers, 0, mFd);
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 35 #include "memalloc.h"
349 IMemAlloc* memalloc = NULL; local
351 memalloc = mIonAlloc;
356 return memalloc;
592 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
593 memalloc->free_buffer((void*)hnd->base, hnd->size, hnd->offset, hnd->fd);
gpu.cpp 26 #include "memalloc.h"
325 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); local
326 int err = memalloc->free_buffer((void*)hnd->base, (size_t) hnd->size,
332 err = memalloc->free_buffer((void*)hnd->base_metadata,
mapper.cpp 39 #include "memalloc.h"
49 IMemAlloc* memalloc; local
51 memalloc = alloc_ctrl->getAllocator(flags);
52 return memalloc;
64 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
65 int err = memalloc->map_buffer(&mappedAddress, size,
79 err = memalloc->map_buffer(&mappedAddress, size,
101 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
102 if(memalloc != NULL) {
103 err = memalloc->unmap_buffer(base, size, hnd->offset)
225 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
249 IMemAlloc* memalloc = getAllocator(hnd->flags); local
    [all...]
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.cpp 35 #include "memalloc.h"
244 IMemAlloc* memalloc = NULL; local
246 memalloc = mIonAlloc;
251 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 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
284 IMemAlloc* memalloc = getAllocator(hnd->flags); local
    [all...]
  /hardware/qcom/display/msm8974/libgralloc/
alloc_controller.cpp 35 #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);
gpu.cpp 26 #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,
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)
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
287 IMemAlloc* memalloc = getAllocator(hnd->flags); local
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 165 NPN_MemAllocProcPtr memalloc; member in struct:_NPNetscapeFuncs
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 42 #include <memalloc.h>
1024 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1290 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1375 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 42 #include <memalloc.h>
1021 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1288 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1373 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 44 #include <memalloc.h>
1004 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1262 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1347 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 44 #include <memalloc.h>
1023 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1290 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1375 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 529 NPN_MemAllocUPP memalloc; member in struct:_NPNetscapeFuncs

Completed in 984 milliseconds