Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
DImageDistributorImpl.java43 private static class DispatchRecord { class in ImageDistributorImpl
47 private DispatchRecord(BufferQueue<Long> timestampBufferQueue, in DispatchRecord() method in ImageDistributorImpl.DispatchRecord
62 private final Set<DispatchRecord> mDispatchTable;
123 Set<DispatchRecord> deadRecords = new HashSet<>(); in distributeImage()
127 Set<DispatchRecord> recordsToProcess; in distributeImage()
131 for (DispatchRecord dispatchRecord : recordsToProcess) { in distributeImage()
212 mDispatchTable.add(new DispatchRecord(inputTimestampBufferQueue, outputStream)); in addRoute()