Searched refs:deliverEncodedImageLock (Results 1 – 1 of 1) sorted by relevance
62 private final Object deliverEncodedImageLock = new Object(); field in HardwareVideoEncoderTest.TestEncoder74 synchronized (deliverEncodedImageLock) { in waitDeliverEncodedImage()76 deliverEncodedImageLock.notifyAll(); in waitDeliverEncodedImage()78 deliverEncodedImageLock.wait(); in waitDeliverEncodedImage()86 synchronized (deliverEncodedImageLock) { in deliverEncodedImage()89 deliverEncodedImageLock.wait(DELIVER_ENCODED_IMAGE_DELAY_MS); in deliverEncodedImage()100 deliverEncodedImageLock.notifyAll(); in deliverEncodedImage()