class VsyncSource

Defined at line 22 of file ../../src/ui/scenic/lib/display/vsync_source.h

A FIDL server that registers a vsync callback with the default/singleton `Display`,

and notifies the client with each received Vsync (or not, if the client hasn't enabled

notifications).

Public Methods

void VsyncSource (async_dispatcher_t * dispatcher, DisplayManager & display_manager, fidl::ServerEnd<fuchsia_ui_display_singleton::VsyncSource> server_end, std::function<void (fidl::UnbindInfo)> close_handler)

Defined at line 15 of file ../../src/ui/scenic/lib/display/vsync_source.cc

void ~VsyncSource ()

Defined at line 21 of file ../../src/ui/scenic/lib/display/vsync_source.cc