Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.h364 void lockContextStructureRead() { m_contextStructureLock.lockRead(); } in lockContextStructureRead()
365 void unlockContextStructureRead() { m_contextStructureLock.unlockRead(); } in unlockContextStructureRead()
743 android::base::ReadWriteLock m_contextStructureLock; variable
DFrameBuffer.cpp3082 android::base::AutoWriteLock contextLock(m_contextStructureLock); in createEmulatedEglContext()
3127 android::base::AutoWriteLock contextLock(m_contextStructureLock); in destroyEmulatedEglContext()
3292 android::base::AutoWriteLock contextLock(m_contextStructureLock); in drainGlRenderThreadContexts()
3440 android::base::AutoWriteLock contextLock(m_contextStructureLock); in createEmulatedEglImage()