Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DPerfMeasurement.java72 private Queue<Long> mTimestampQueue = new LinkedList<>(); field in PerfMeasurement
187 mCollectedTimestamps.add(mTimestampQueue.isEmpty() ? in stopTimer()
188 NO_DURATION_YET : mTimestampQueue.poll()); in stopTimer()
194 if (!mTimestampQueue.isEmpty()) { in stopTimer()
195 mTimestampQueue.poll(); in stopTimer()
208 mTimestampQueue.add(timestamp); in addTimestamp()