Lines Matching refs:mServiceLockWrapper
135 mServiceLockWrapper = std::make_shared<WaitableMutexWrapper>(&mServiceLock);
1226 // other clients from connecting in mServiceLockWrapper if held
1395 AutoConditionLock::waitAndAcquire(mServiceLockWrapper, DEFAULT_CONNECT_TIMEOUT_NS);
1967 AutoConditionLock::waitAndAcquire(mServiceLockWrapper);
1990 // other clients from connecting in mServiceLockWrapper if held
2038 AutoConditionLock::waitAndAcquire(mServiceLockWrapper);
2095 // blocking other clients from connecting in mServiceLockWrapper if held.