Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp205 std::lock_guard<std::mutex> lock(mDescriptorMutex); in createDescriptor()
219 std::lock_guard<std::mutex> lock(mDescriptorMutex); in destroyDescriptor()
544 std::lock_guard<std::mutex> lock(mDescriptorMutex); in getDescriptor()
DGralloc1On0Adapter.h448 std::mutex mDescriptorMutex; variable