Searched refs:ImageReleaseProtocol (Results 1 – 1 of 1) sorted by relevance
109 protected final Map<ImageToProcess, ImageReleaseProtocol> mImageSemaphoreMap;252 ImageReleaseProtocol protocol = mImageSemaphoreMap.get(img); in releaseSemaphoreReference()449 ImageReleaseProtocol protocol = setSemaphoreReferenceCount(img, countImageRefs, in receiveImage()700 protected ImageReleaseProtocol setSemaphoreReferenceCount(ImageToProcess img, int count, in setSemaphoreReferenceCount()710 ImageReleaseProtocol protocol = new ImageReleaseProtocol(blockUntilRelease, in setSemaphoreReferenceCount()738 ImageReleaseProtocol protocol = mImageSemaphoreMap.get(img); in incrementSemaphoreReferenceCount()912 static public class ImageReleaseProtocol extends BlockSignalProtocol { class in ImageBackend918 ImageReleaseProtocol(boolean block, boolean close) { in ImageReleaseProtocol() method in ImageBackend.ImageReleaseProtocol