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