Searched refs:mTimestampQueue (Results 1 – 1 of 1) sorted by relevance
72 private Queue<Long> mTimestampQueue = new LinkedList<>(); field in PerfMeasurement187 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()