Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappy/
DChoreographerFilter.cpp42 mAppToSfDelay(appToSfDelay) {} in Timer()
59 point += mAppToSfDelay; in addTimestamp()
92 const std::chrono::nanoseconds mAppToSfDelay; member in __anone1a860ef0111::Timer
107 mAppToSfDelay(appToSfDelay), in ChoreographerFilter()
166 Timer timer(mRefreshPeriod, mAppToSfDelay); in threadMain()
DChoreographerFilter.h61 const std::chrono::nanoseconds mAppToSfDelay; variable