Searched refs:IMemAlloc (Results 1 – 8 of 8) sorted by relevance
35 class IMemAlloc; variable46 virtual IMemAlloc* getAllocator(int flags) = 0;62 virtual IMemAlloc* getAllocator(int flags);
49 class IMemAlloc {74 virtual ~IMemAlloc() {}; in ~IMemAlloc()
51 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()
153 IMemAlloc* IonController::getAllocator(int flags) in getAllocator()155 IMemAlloc* memalloc = NULL; in getAllocator()276 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags); in free_buffer()
39 class IonAlloc : public IMemAlloc {
260 IMemAlloc* memalloc = mAllocCtrl->getAllocator(hnd->flags); in free_impl()
102 using gralloc::IMemAlloc;170 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
49 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()