Searched refs:DispatchRecord (Results 1 – 1 of 1) sorted by relevance
43 private static class DispatchRecord { class in ImageDistributorImpl47 private DispatchRecord(BufferQueue<Long> timestampBufferQueue, in DispatchRecord() method in ImageDistributorImpl.DispatchRecord62 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()