Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/tests/
H A DRegionSampling_test.cpp73 struct ChoreographerSim { struct
74 static std::unique_ptr<ChoreographerSim> make() { in make() argument
80 return std::unique_ptr<ChoreographerSim>(new ChoreographerSim(std::move(receiver))); in make()
83 ~ChoreographerSim() { in ~ChoreographerSim() argument
104 ChoreographerSim(std::unique_ptr<DisplayEventReceiver> receiver) in ChoreographerSim() function
128 ChoreographerSim(ChoreographerSim const&) = delete;
129 ChoreographerSim& operator=(ChoreographerSim const&) = delete;
168 std::unique_ptr<ChoreographerSim> gChoreographerSim = nullptr;
175 gChoreographerSim = ChoreographerSim::make(); in SetUpTestSuite()