Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.h376 void lockContextStructureRead() { m_contextStructureLock.lockRead(); } in lockContextStructureRead()
377 void unlockContextStructureRead() { m_contextStructureLock.unlockRead(); } in unlockContextStructureRead()
762 android::base::ReadWriteLock m_contextStructureLock; variable
DFrameBuffer.cpp3122 android::base::AutoWriteLock contextLock(m_contextStructureLock); in createEmulatedEglContext()
3167 android::base::AutoWriteLock contextLock(m_contextStructureLock); in destroyEmulatedEglContext()
3331 android::base::AutoWriteLock contextLock(m_contextStructureLock); in drainGlRenderThreadContexts()
3486 android::base::AutoWriteLock contextLock(m_contextStructureLock); in createEmulatedEglImage()