Home
last modified time | relevance | path

Searched defs:ChoreographerSync (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
DRegionSampling_test.cpp35 struct ChoreographerSync { struct
36 ChoreographerSync(DisplayEventReceiver& receiver) : receiver_(receiver) {} in ChoreographerSync() function
39 void notify() const { in notify()
59 void wait_vsync_notify() const { in wait_vsync_notify()
69 std::mutex mutable mutex_;
70 std::condition_variable mutable cv_;
71 bool mutable notification_arrived_ = false;
72 DisplayEventReceiver& receiver_;