Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h214 std::shared_mutex dmabuf_heap_fd_mutex_; variable
/system/memory/libdmabufheap/
DBufferAllocator.cpp51 std::shared_lock<std::shared_mutex> slock(dmabuf_heap_fd_mutex_); in OpenDmabufHeap()
64 std::unique_lock<std::shared_mutex> ulock(dmabuf_heap_fd_mutex_); in OpenDmabufHeap()