Lines Matching refs:mClientLock
489 bool clientLocked = dumpTryLock(mClientLock);
504 mClientLock.unlock();
586 Mutex::Autolock _cl(mClientLock);
800 // Client destructor is called by the TrackBase destructor with mClientLock held
801 // Don't hold mClientLock when releasing the reference on the track as the
804 Mutex::Autolock _cl(mClientLock);
1446 Mutex::Autolock _cl(mClientLock);
1460 // mClientLock should not be held here because ThreadBase::sendIoConfigEvent() will lock the
1461 // ThreadBase mutex and the locking order is ThreadBase::mLock then AudioFlinger::mClientLock.
1477 Mutex::Autolock _cl(mClientLock);
1506 Mutex::Autolock _l(mClientLock);
1515 // removeClient_l() must be called with AudioFlinger::mClientLock held
1553 // Client destructor must be called with AudioFlinger::mClientLock held
1761 // Client destructor is called by the TrackBase destructor with mClientLock held
1762 // Don't hold mClientLock when releasing the reference on the track as the
1765 Mutex::Autolock _cl(mClientLock);
2613 Mutex::Autolock _cl(mClientLock);
3158 // remove local strong reference to Client with mClientLock held
3159 Mutex::Autolock _cl(mClientLock);