Searched refs:IonAlloc (Results 1 – 2 of 2) sorted by relevance
/system/memory/libdmabufheap/ |
D | BufferAllocator.cpp | 227 int BufferAllocator::IonAlloc(const std::string& heap_name, size_t len, in IonAlloc() function in BufferAllocator 250 fd = IonAlloc(heap_name, len, heap_flags, legacy_align); in Alloc() 277 return IonAlloc(kDmabufSystemUncachedHeapName, len, heap_flags, legacy_align); in AllocSystem()
|
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | BufferAllocator.h | 187 …int IonAlloc(const std::string& heap_name, size_t len, unsigned int heap_flags = 0, size_t legacy_…
|