Lines Matching refs:mStateLock
217 Mutex::Autolock _l(flinger->mStateLock); in createDisplay()
229 Mutex::Autolock _l(mStateLock); in createDisplay()
239 Mutex::Autolock _l(mStateLock); in destroyDisplay()
392 Mutex::Autolock _l(mStateLock); in init()
499 Mutex::Autolock _l(mStateLock); in authenticateSurfaceTexture()
679 Mutex::Autolock _l(mStateLock); in clearAnimationFrameStats()
685 Mutex::Autolock _l(mStateLock); in getAnimationFrameStats()
808 Mutex::Autolock _l(mStateLock); in onHotplugReceived()
1194 Mutex::Autolock _l(mStateLock); in handleTransaction()
1908 Mutex::Autolock _l(mStateLock); in addClientLayer()
1914 Mutex::Autolock _l(mStateLock); in removeLayer()
1947 Mutex::Autolock _l(mStateLock); in setTransactionState()
1954 status_t err = mTransactionCV.waitRelative(mStateLock, s2ns(5)); in setTransactionState()
2007 status_t err = mTransactionCV.waitRelative(mStateLock, s2ns(5)); in setTransactionState()
2365 while (mStateLock.tryLock()<0 && --retry>=0) { in dump()
2413 mStateLock.unlock(); in dump()
2783 Mutex::Autolock _l(mStateLock); in onTransact()
2972 Mutex::Autolock _l(mStateLock); in captureScreen()
3030 Mutex::Autolock _l(flinger->mStateLock); in captureScreen()