Searched refs:mReentrancyGuard (Results 1 – 1 of 1) sorted by relevance
104 private final ReentrancyGuard mReentrancyGuard = new ReentrancyGuard(); field in ListenerMultiplexer268 Preconditions.checkState(!mReentrancyGuard.isReentrant()); in replaceRegistration()280 ReentrancyGuard ignored2 = mReentrancyGuard.acquire()) { in replaceRegistration()322 Preconditions.checkState(!mReentrancyGuard.isReentrant()); in removeRegistrationIf()331 ReentrancyGuard ignored2 = mReentrancyGuard.acquire()) { in removeRegistrationIf()351 Preconditions.checkState(!mReentrancyGuard.isReentrant()); in removeRegistration()380 if (mReentrancyGuard.isReentrant()) { in removeRegistration()382 mReentrancyGuard.markForRemoval(key, typedRegistration); in removeRegistration()401 ReentrancyGuard ignored2 = mReentrancyGuard.acquire()) { in removeRegistration()492 try (ReentrancyGuard ignored = mReentrancyGuard.acquire()) { in findRegistration()[all …]