Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBlockingInputAllocation.java41 private final OnBufferAvailableListener mListener;
182 mListener = new OnBufferAvailableListener(); in BlockingInputAllocation()
187 private static class OnBufferAvailableListener implements Allocation.OnBufferAvailableListener { class in BlockingInputAllocation