Searched refs:newLockState (Results 1 – 1 of 1) sorted by relevance
137 int newLockState = ++lockState; in lockColorBufferPrepare() local138 if (mEnabled && newLockState == 1) { in lockColorBufferPrepare()145 int newLockState = --lockState; in unlockColorBufferPrepare() local146 if (mEnabled && newLockState == 0) mGrallocColorBufferLock.unlockRead(); in unlockColorBufferPrepare()