Searched refs:mCurrentPermits (Results 1 – 1 of 1) sorted by relevance
60 private final AtomicInteger mCurrentPermits = new AtomicInteger(); field in TouchDriverAwarenessSupplier132 mCurrentPermits.set(mConfig.getMaxPermits()); in onReady()217 int curPermits = mCurrentPermits.updateAndGet(cur -> Math.max(0, cur - 1)); in consumePermitLocked()236 int curPermits = mCurrentPermits.updateAndGet( in handlePermitRefreshLocked()