Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h142 int DmabufAlloc(const std::string& heap_name, size_t len);
/system/memory/libdmabufheap/
DBufferAllocator.cpp191 int BufferAllocator::DmabufAlloc(const std::string& heap_name, size_t len) { in DmabufAlloc() function in BufferAllocator
229 return DmabufAlloc(heap_name, len); in Alloc()