Home
last modified time | relevance | path

Searched refs:ChoreographerFilter (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/src/swappy/
DChoreographerFilter.cpp103 ChoreographerFilter::ChoreographerFilter(std::chrono::nanoseconds refreshPeriod, in ChoreographerFilter() function in swappy::ChoreographerFilter
116 ChoreographerFilter::~ChoreographerFilter() { in ~ChoreographerFilter()
121 void ChoreographerFilter::onChoreographer() { in onChoreographer()
128 void ChoreographerFilter::launchThreadsLocked() { in launchThreadsLocked()
140 void ChoreographerFilter::terminateThreadsLocked() { in terminateThreadsLocked()
153 void ChoreographerFilter::onSettingsChanged() { in onSettingsChanged()
165 void ChoreographerFilter::threadMain(bool useAffinity, int32_t thread) { in threadMain()
DChoreographerFilter.h27 class ChoreographerFilter {
31 explicit ChoreographerFilter(std::chrono::nanoseconds refreshPeriod,
34 ~ChoreographerFilter();
DSwappy.h39 class ChoreographerFilter; variable
216 std::unique_ptr<ChoreographerFilter> mChoreographerFilter;
DCMakeLists.txt25 ${SOURCE_LOCATION}/ChoreographerFilter.cpp
DSwappy.cpp406 mChoreographerFilter = std::make_unique<ChoreographerFilter>(refreshPeriod, in Swappy()
/frameworks/opt/gamesdk/samples/unitypackaging/app/
DCMakeLists.txt19 src/main/cpp/swappy/ChoreographerFilter.cpp