Searched defs:ChoreographerSync (Results 1 – 1 of 1) sorted by relevance
35 struct ChoreographerSync { struct36 ChoreographerSync(DisplayEventReceiver& receiver) : receiver_(receiver) {} in ChoreographerSync() argument39 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_;