Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h133 int GetDmabufHeapFd(const std::string& name);
/system/memory/libdmabufheap/
DBufferAllocator.cpp47 int BufferAllocator::GetDmabufHeapFd(const std::string& heap_name) { in GetDmabufHeapFd() function in BufferAllocator
57 auto fd = GetDmabufHeapFd(heap_name); in OpenDmabufHeap()