Searched refs:ChoreographerSim (Results 1 – 1 of 1) sorted by relevance
75 struct ChoreographerSim { struct76 static std::unique_ptr<ChoreographerSim> make() { in make() argument82 return std::unique_ptr<ChoreographerSim>(new ChoreographerSim(std::move(receiver))); in make()85 ~ChoreographerSim() { in ~ChoreographerSim() argument106 ChoreographerSim(std::unique_ptr<DisplayEventReceiver> receiver) in ChoreographerSim() argument130 ChoreographerSim(ChoreographerSim const&) = delete;131 ChoreographerSim& operator=(ChoreographerSim const&) = delete;171 std::unique_ptr<ChoreographerSim> gChoreographerSim = nullptr;178 gChoreographerSim = ChoreographerSim::make(); in SetUpTestSuite()