Searched refs:mPresentTimeHistory (Results 1 – 2 of 2) sorted by relevance
143 bool isRecentlyActive(nsecs_t now) const { return mPresentTimeHistory.isRecentlyActive(now); } in isRecentlyActive()144 bool isFrequent(nsecs_t now) const { return mPresentTimeHistory.isFrequent(now); } in isFrequent()156 mPresentTimeHistory.clearHistory(); in clearHistory()166 PresentTimeHistory mPresentTimeHistory; variable
32 mPresentTimeHistory.insertPresentTime(mLastUpdatedTime); in setLastPresentTime()