Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/
DFrameBuffer.h386 void lockContextStructureRead() { m_contextStructureLock.lockRead(); } in lockContextStructureRead()
387 void unlockContextStructureRead() { m_contextStructureLock.unlockRead(); } in unlockContextStructureRead()
767 android::base::ReadWriteLock m_contextStructureLock; variable
DFrameBuffer.cpp3159 android::base::AutoWriteLock contextLock(m_contextStructureLock); in createEmulatedEglContext()
3204 android::base::AutoWriteLock contextLock(m_contextStructureLock); in destroyEmulatedEglContext()
3369 android::base::AutoWriteLock contextLock(m_contextStructureLock); in drainGlRenderThreadContexts()
3517 android::base::AutoWriteLock contextLock(m_contextStructureLock); in createEmulatedEglImage()