Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBlockingInputAllocation.java35 class BlockingInputAllocation implements UncheckedCloseable { class
37 private static final String TAG = BlockingInputAllocation.class.getSimpleName();
60 public static BlockingInputAllocation wrap(Allocation allocation) { in wrap()
64 return new BlockingInputAllocation(allocation); in wrap()
179 private BlockingInputAllocation(Allocation allocation) { in BlockingInputAllocation() method in BlockingInputAllocation
DAllocationInfo.java429 public BlockingInputAllocation createBlockingInputAllocation() { in createBlockingInputAllocation()
431 return BlockingInputAllocation.wrap(alloc); in createBlockingInputAllocation()
DScriptGraph.java74 private final BlockingInputAllocation mInputBlocker;