Home
last modified time | relevance | path

Searched refs:IonAlloc (Results 1 – 2 of 2) sorted by relevance

/system/memory/libdmabufheap/
DBufferAllocator.cpp227 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/
DBufferAllocator.h187 …int IonAlloc(const std::string& heap_name, size_t len, unsigned int heap_flags = 0, size_t legacy_…