Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/
DBufferAllocator.cpp209 int BufferAllocator::DmabufAlloc(const std::string& heap_name, size_t len) { in DmabufAlloc() function in BufferAllocator
247 int fd = DmabufAlloc(heap_name, len); in Alloc()
268 return DmabufAlloc(kDmabufSystemUncachedHeapName, len); in AllocSystem()
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h188 int DmabufAlloc(const std::string& heap_name, size_t len);