Searched refs:DmabufAlloc (Results 1 – 2 of 2) sorted by relevance
213 int BufferAllocator::DmabufAlloc(const std::string& heap_name, size_t len, int fd) { in DmabufAlloc() function in BufferAllocator266 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()
198 int DmabufAlloc(const std::string& heap_name, size_t len, int fd);