Home
last modified time | relevance | path

Searched refs:IMemAlloc (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/libgralloc/
Dalloc_controller.h35 class IMemAlloc; variable
46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
Dmemalloc.h49 class IMemAlloc {
74 virtual ~IMemAlloc() {}; in ~IMemAlloc()
Dmapper.cpp51 static IMemAlloc* getAllocator(int flags) in getAllocator()
53 IMemAlloc* memalloc; 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()
155 IMemAlloc* memalloc = NULL; in getAllocator()
276 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
Dionalloc.h39 class IonAlloc : public IMemAlloc {
Dgpu.cpp260 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); in free_impl()
/hardware/qcom/display/liboverlay/
DoverlayMem.h102 using gralloc::IMemAlloc;
170 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/libcopybit/
Dcopybit_c2d.cpp49 using gralloc::IMemAlloc;
957 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()