Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DRenderControl.cpp137 int newLockState = ++lockState; in lockColorBufferPrepare() local
138 if (mEnabled && newLockState == 1) { in lockColorBufferPrepare()
145 int newLockState = --lockState; in unlockColorBufferPrepare() local
146 if (mEnabled && newLockState == 0) mGrallocColorBufferLock.unlockRead(); in unlockColorBufferPrepare()