Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/
DFrameBuffer.h514 void lockContextStructureRead() { m_contextStructureLock.lockRead(); } in lockContextStructureRead()
515 void unlockContextStructureRead() { m_contextStructureLock.unlockRead(); } in unlockContextStructureRead()
736 android::base::ReadWriteLock m_contextStructureLock; variable
DFrameBuffer.cpp1146 android::base::AutoWriteLock contextLock(m_contextStructureLock); in createEmulatedEglContext()
1194 android::base::AutoWriteLock contextLock(m_contextStructureLock); in destroyEmulatedEglContext()
1374 android::base::AutoWriteLock contextLock(m_contextStructureLock); in drainGlRenderThreadContexts()
2209 android::base::AutoWriteLock contextLock(m_contextStructureLock); in createEmulatedEglImage()