Searched refs:ChoreographerSim (Results 1 – 1 of 1) sorted by relevance
73 struct ChoreographerSim { struct74 static std::unique_ptr<ChoreographerSim> make() { in make() argument80 return std::unique_ptr<ChoreographerSim>(new ChoreographerSim(std::move(receiver))); in make()83 ~ChoreographerSim() { in ~ChoreographerSim() argument104 ChoreographerSim(std::unique_ptr<DisplayEventReceiver> receiver) in ChoreographerSim() function128 ChoreographerSim(ChoreographerSim const&) = delete;129 ChoreographerSim& operator=(ChoreographerSim const&) = delete;168 std::unique_ptr<ChoreographerSim> gChoreographerSim = nullptr;175 gChoreographerSim = ChoreographerSim::make(); in SetUpTestSuite()