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

1 2

  /hardware/qcom/display/msm8x26/libgralloc/
mapper.cpp 42 #include "memalloc.h"
52 IMemAlloc* memalloc; local
54 memalloc = alloc_ctrl->getAllocator(flags);
55 return memalloc;
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
67 int err = memalloc->map_buffer(&mappedAddress, size,
79 err = memalloc->map_buffer(&mappedAddress, size,
100 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
101 if(memalloc != NULL) {
102 err = memalloc->unmap_buffer(base, size, hnd->offset)
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
285 IMemAlloc* memalloc = getAllocator(hnd->flags); local
    [all...]
alloc_controller.cpp 35 #include "memalloc.h"
243 IMemAlloc* memalloc = NULL; local
245 memalloc = mIonAlloc;
250 return memalloc;
377 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
378 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,
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
FormValue.cpp 44 *((void**)value) = browser->memalloc(sizeof(formValueText));
  /hardware/qcom/display/msm8960/libgralloc/
mapper.cpp 42 #include "memalloc.h"
52 IMemAlloc* memalloc; local
54 memalloc = alloc_ctrl->getAllocator(flags);
55 return memalloc;
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
67 int err = memalloc->map_buffer(&mappedAddress, size,
79 err = memalloc->map_buffer(&mappedAddress, size,
100 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
101 if(memalloc != NULL) {
102 err = memalloc->unmap_buffer(base, size, hnd->offset)
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
285 IMemAlloc* memalloc = getAllocator(hnd->flags); local
    [all...]
alloc_controller.cpp 35 #include "memalloc.h"
243 IMemAlloc* memalloc = NULL; local
245 memalloc = mIonAlloc;
250 return memalloc;
379 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
380 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 42 #include "memalloc.h"
52 IMemAlloc* memalloc; local
54 memalloc = alloc_ctrl->getAllocator(flags);
55 return memalloc;
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
67 int err = memalloc->map_buffer(&mappedAddress, size,
79 err = memalloc->map_buffer(&mappedAddress, size,
100 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
101 if(memalloc != NULL) {
102 err = memalloc->unmap_buffer(base, size, hnd->offset)
221 IMemAlloc* memalloc = getAllocator(hnd->flags) ; local
288 IMemAlloc* memalloc = getAllocator(hnd->flags); local
    [all...]
alloc_controller.cpp 35 #include "memalloc.h"
262 IMemAlloc* memalloc = NULL; local
264 memalloc = mIonAlloc;
269 return memalloc;
396 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
397 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/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/msm8x26/liboverlay/
overlayMem.h 37 #include <memalloc.h>
161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); local
162 ret = memalloc->free_buffer(mBaseAddr, mBufSz * mNumBuffers, 0, mFd);
  /external/chromium_org/remoting/host/plugin/
host_plugin_utils.cc 30 reinterpret_cast<NPUTF8*>(g_npnetscape_funcs->memalloc(len + 1));
host_plugin.cc 229 g_npnetscape_funcs->memalloc(sizeof(ScriptableNPObject)));
347 g_npnetscape_funcs->memalloc(sizeof(NPIdentifier) * (*count)));
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
TestObject.cpp 165 char* mem = static_cast<char*>(browser->memalloc(4));
196 *value = (NPIdentifier*)browser->memalloc(NUM_ENUMERATABLE_TEST_IDENTIFIERS * sizeof(NPIdentifier));
PluginTest.cpp 175 return browser->memalloc(size);
  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 150 NPNFuncs.memalloc = pFuncs->memalloc;
npp_gate.cpp 132 fakeNPNFuncs.memalloc = NPN_MemAlloc;
  /system/core/sh/
Android.mk 17 memalloc.c \
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 121 browser->memalloc = (NPN_MemAllocProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->memalloc);
  /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...]
  /hardware/qcom/display/msm8x26/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...]
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 165 NPN_MemAllocProcPtr memalloc; member in struct:_NPNetscapeFuncs

Completed in 1001 milliseconds

1 2