Searched refs:BlockingInputAllocation (Results 1 – 3 of 3) sorted by relevance
35 class BlockingInputAllocation implements UncheckedCloseable { class37 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
429 public BlockingInputAllocation createBlockingInputAllocation() { in createBlockingInputAllocation()431 return BlockingInputAllocation.wrap(alloc); in createBlockingInputAllocation()
74 private final BlockingInputAllocation mInputBlocker;