Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerInfo.h143 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
DLayerInfo.cpp32 mPresentTimeHistory.insertPresentTime(mLastUpdatedTime); in setLastPresentTime()