Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/
DBufferAllocator.cpp213 int BufferAllocator::DmabufAlloc(const std::string& heap_name, size_t len, int fd) { in DmabufAlloc() function in BufferAllocator
266 if (dma_buf_heap_fd >= 0) return DmabufAlloc(heap_name, len, dma_buf_heap_fd); in Alloc()
291 : DmabufAlloc(kDmabufSystemUncachedHeapName, len, dma_buf_heap_fd); in AllocSystem()
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h198 int DmabufAlloc(const std::string& heap_name, size_t len, int fd);