Searched refs:countLock (Results 1 – 1 of 1) sorted by relevance
63 private final Object countLock = new Object(); field in HardwareVideoEncoder.BusyCount67 synchronized (countLock) { in increment()74 synchronized (countLock) { in decrement()77 countLock.notifyAll(); in decrement()87 synchronized (countLock) { in waitForZero()90 countLock.wait(); in waitForZero()