Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp282 std::lock_guard<std::mutex> lock(mBufferMutex); in allocate()
334 std::lock_guard<std::mutex> lock(mBufferMutex); in retain()
342 std::lock_guard<std::mutex> lock(mBufferMutex); in release()
370 std::lock_guard<std::mutex> lock(mBufferMutex); in retain()
555 std::lock_guard<std::mutex> lock(mBufferMutex); in getBuffer()
DGralloc1On0Adapter.h451 std::mutex mBufferMutex; variable