Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DRegionSampling_test.cpp75 struct ChoreographerSim { struct
76 static std::unique_ptr<ChoreographerSim> make() { in make() argument
82 return std::unique_ptr<ChoreographerSim>(new ChoreographerSim(std::move(receiver))); in make()
85 ~ChoreographerSim() { in ~ChoreographerSim() argument
106 ChoreographerSim(std::unique_ptr<DisplayEventReceiver> receiver) in ChoreographerSim() function
130 ChoreographerSim(ChoreographerSim const&) = delete;
131 ChoreographerSim& operator=(ChoreographerSim const&) = delete;
171 std::unique_ptr<ChoreographerSim> gChoreographerSim = nullptr;
178 gChoreographerSim = ChoreographerSim::make(); in SetUpTestSuite()