HomeSort by relevance Sort by last modified time
    Searched refs:mSegmentHistory (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/gui/
OccupancyTracker.cpp 89 std::vector<Segment> segments(mSegmentHistory.cbegin(),
90 mSegmentHistory.cend());
91 mSegmentHistory.clear();
108 mSegmentHistory.push_front({mPendingSegment.totalTime,
110 if (mSegmentHistory.size() > MAX_HISTORY_SIZE) {
111 mSegmentHistory.pop_back();
  /frameworks/native/include/gui/
OccupancyTracker.h 37 mSegmentHistory(),
95 std::deque<Segment> mSegmentHistory;

Completed in 310 milliseconds