Home
last modified time | relevance | path

Searched refs:getAllocator (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/libgralloc/
Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
Dmapper.cpp51 static IMemAlloc* getAllocator(int flags) in getAllocator() function
55 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
68 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
100 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
275 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unlock()
Dalloc_controller.cpp153 IMemAlloc* IonController::getAllocator(int flags) in getAllocator() function in IonController
276 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
Dgpu.cpp260 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); in free_impl()
/hardware/qcom/display/liboverlay/
DoverlayMem.h170 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/libcopybit/
Dcopybit_c2d.cpp957 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); in free_temp_buffer()
1176 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags); in stretch_copybit_internal()
1247 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags); in stretch_copybit_internal()