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

1 2

  /hardware/qcom/display/msm8226/libgralloc/
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...]
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,
Android.mk 34 # MemAlloc Library
44 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
  /external/chromium_org/content/shell/tools/plugin/Tests/
FormValue.cpp 23 *((void**)value) = browser->memalloc(sizeof(formValueText));
  /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...]
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);
Android.mk 34 # MemAlloc Library
44 LOCAL_COPY_HEADERS := alloc_controller.h memalloc.h
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,
  /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
284 IMemAlloc* memalloc = getAllocator(hnd->flags); local
    [all...]
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,
  /hardware/qcom/display/msm8974/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)
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
287 IMemAlloc* memalloc = getAllocator(hnd->flags); local
    [all...]
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,
  /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);
  /external/chromium_org/content/shell/tools/plugin/
TestObject.cpp 156 char* mem = static_cast<char*>(browser->memalloc(4));
162 char* mem = static_cast<char*>(browser->memalloc(4));
195 *value = (NPIdentifier*)browser->memalloc(NUM_ENUMERATABLE_TEST_IDENTIFIERS *
PluginTest.cpp 165 return browser->memalloc(size);
  /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);
  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 150 NPNFuncs.memalloc = pFuncs->memalloc;
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 121 browser->memalloc = (NPN_MemAllocProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->memalloc);
  /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...]

Completed in 2322 milliseconds

1 2