Searched refs:TimestampTuple (Results 1 – 1 of 1) sorted by relevance
154 ReadoutCaptureCallback.TimestampTuple[] timestamps = resultListener.getTimestamps(); in testReadoutTimestamp()217 public static class TimestampTuple { class in ReadoutTimestampTest.ReadoutCaptureCallback220 public TimestampTuple(int type, Long timestamp) { in TimestampTuple() method in ReadoutTimestampTest.ReadoutCaptureCallback.TimestampTuple229 private final LinkedBlockingQueue<TimestampTuple> mTimestampQueue =236 mTimestampQueue.put(new TimestampTuple(CAPTURE_TIMESTAMP, timestamp)); in onCaptureStarted()246 mTimestampQueue.put(new TimestampTuple(READOUT_TIMESTAMP, timestamp)); in onReadoutStarted()274 public TimestampTuple[] getTimestamps() { in getTimestamps()275 return mTimestampQueue.toArray(new TimestampTuple[0]); in getTimestamps()