Searched refs:permits (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
H A DConcurrentSharedRingBuffer.java133 * A Semaphore that allows to reduce permits to negative values.
136 public NegativePermitsSemaphore(int permits) { argument
137 super(permits);
141 * Reduces the number of permits by <code>permits</code>.
143 * This method can only be called when number of available permits is
147 public void reducePermits(int permits) { argument
151 super.reducePermits(permits);
192 // Start with -1 permits to pin elements since we must always have at
511 // Release the capacity permits
[all...]

Completed in 30 milliseconds