Searched refs:numInUseStreams (Results 1 – 1 of 1) sorted by relevance
560 private final AtomicInteger numInUseStreams; field in BinderTransport.BinderClientTransport586 numInUseStreams = new AtomicInteger(); in BinderClientTransport()658 if (inbound.countsForInUse() && numInUseStreams.getAndIncrement() == 0) {673 if (inbound.countsForInUse() && numInUseStreams.decrementAndGet() == 0) {705 if (numInUseStreams.getAndSet(0) > 0) {