Home
last modified time | relevance | path

Searched defs: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()
85 ~ChoreographerSim() { in ~ChoreographerSim()
91 void request_render_wait(std::function<void()> const& render_fn) { in request_render_wait()
106 ChoreographerSim(std::unique_ptr<DisplayEventReceiver> receiver) in ChoreographerSim() function
133 std::unique_ptr<DisplayEventReceiver> const display_event_receiver_;
134 ChoreographerSync const choreographer_;
135 sp<Looper> looper;
136 std::thread choreographer_thread_;
137 std::atomic<bool> poll_{true};