Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h134 bool DmabufHeapsSupported() { return !dmabuf_heap_fds_.empty(); } in DmabufHeapsSupported()
155 std::unordered_map<std::string, android::base::unique_fd> dmabuf_heap_fds_; variable
/system/memory/libdmabufheap/
DBufferAllocator.cpp49 auto it = dmabuf_heap_fds_.find(heap_name); in GetDmabufHeapFd()
50 if (it != dmabuf_heap_fds_.end()) in GetDmabufHeapFd()
66 dmabuf_heap_fds_.insert({heap_name, android::base::unique_fd(fd)}); in OpenDmabufHeap()