Home
last modified time | relevance | path

Searched refs:countLock (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/sdk/android/src/java/org/webrtc/
DHardwareVideoEncoder.java63 private final Object countLock = new Object(); field in HardwareVideoEncoder.BusyCount
67 synchronized (countLock) { in increment()
74 synchronized (countLock) { in decrement()
77 countLock.notifyAll(); in decrement()
87 synchronized (countLock) { in waitForZero()
90 countLock.wait(); in waitForZero()