class VsyncSourceManager

Defined at line 28 of file ../../src/ui/scenic/lib/display/vsync_source_manager.h

Manages VsyncSource connections.

All calls happen on `dispatcher_` thread where this class is constructed.

Public Methods

void VsyncSourceManager (DisplayManager & display_manager)

Defined at line 14 of file ../../src/ui/scenic/lib/display/vsync_source_manager.cc

void CreateBinding (fidl::ServerEnd<fuchsia_ui_display_singleton::VsyncSource> server_end)

Creates a new binding for the VsyncSource service.

Defined at line 19 of file ../../src/ui/scenic/lib/display/vsync_source_manager.cc

Friends

class VsyncSourceTest