Searched defs:ImageReleaseProtocol (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DImageBackend.java109 protected final Map<ImageToProcess, ImageReleaseProtocol> mImageSemaphoreMap;
252 ImageReleaseProtocol protocol = mImageSemaphoreMap.get(img);
449 ImageReleaseProtocol protocol = setSemaphoreReferenceCount(img, countImageRefs,
700 protected ImageReleaseProtocol setSemaphoreReferenceCount(ImageToProcess img, int count,
710 ImageReleaseProtocol protocol = new ImageReleaseProtocol(blockUntilRelease,
738 ImageReleaseProtocol protocol = mImageSemaphoreMap.get(img);
912 static public class ImageReleaseProtocol extends BlockSignalProtocol { class in class:ImageBackend
918 ImageReleaseProtocol(boolean block, boolean close) { method in class:ImageBackend.ImageReleaseProtocol

Completed in 72 milliseconds