HomeSort by relevance Sort by last modified time
    Searched refs:memalloc (Results 26 - 37 of 37) sorted by null

12

  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 26 #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/msm8994/libgralloc/
gpu.cpp 26 #include "memalloc.h"
352 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); local
353 int err = memalloc->free_buffer((void*)hnd->base, hnd->size,
359 err = memalloc->free_buffer((void*)hnd->base_metadata,
  /hardware/qcom/display/msm8996/libgralloc/
gpu.cpp 26 #include "memalloc.h"
351 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); local
352 int err = memalloc->free_buffer((void*)hnd->base, hnd->size,
358 err = memalloc->free_buffer((void*)hnd->base_metadata,
alloc_controller.cpp 35 #include "memalloc.h"
499 IMemAlloc* memalloc = NULL; local
501 memalloc = mIonAlloc;
506 return memalloc;
906 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 574 IMemAlloc* memalloc; local
576 memalloc = alloc_ctrl->getAllocator(flags);
577 return memalloc;
609 IMemAlloc* memalloc = getAllocator(hnd->flags); local
610 memalloc->clean_buffer((void*)hnd->base, hnd->size, hnd->offset, hnd->fd,
  /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>
1030 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1296 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1381 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 41 #include <memalloc.h>
1008 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1274 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1359 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/msm8994/libcopybit/
copybit_c2d.cpp 41 #include <memalloc.h>
1033 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1299 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1384 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 41 #include <memalloc.h>
1028 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); local
1297 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); local
1383 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp 52 #include <memalloc.h>

Completed in 228 milliseconds

12