Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.h186 std::mutex mGraphicsQueueMutex; variable
193 std::lock_guard<std::mutex> lock(manager->mGraphicsQueueMutex); in interceptedVkQueueSubmit()
199 std::lock_guard<std::mutex> lock(manager->mGraphicsQueueMutex); in interceptedVkQueueWaitIdle()
H A DVulkanManager.cpp579 std::lock_guard<std::mutex> lock(mGraphicsQueueMutex); in swapBuffers()
594 std::lock_guard<std::mutex> lock(mGraphicsQueueMutex); in destroySurface()