Home
last modified time | relevance | path

Searched refs:mGuardCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/listeners/
DListenerMultiplexer.java692 private int mGuardCount; field in ListenerMultiplexer.ReentrancyGuard
698 mGuardCount = 0; in ReentrancyGuard()
704 return mGuardCount != 0; in isReentrant()
721 ++mGuardCount; in acquire()
729 Preconditions.checkState(mGuardCount > 0); in close()
733 if (--mGuardCount == 0) { in close()