class Present2Helper
Defined at line 17 of file ../../src/ui/scenic/lib/scheduling/present2_helper.h
Implementation of the Present2 API functionality, desgined to be resuable for any APIs who
want to have the same semantics.
Public Methods
void Present2Helper (fit::function<void (fuchsia_scenic_scheduling::FramePresentedInfo)> on_frame_presented_event)
Defined at line 14 of file ../../src/ui/scenic/lib/scheduling/present2_helper.cc
void ~Present2Helper ()
Defined at line 21 of file ../../src/ui/scenic/lib/scheduling/present2_helper.h
void RegisterPresent (PresentId present_id, zx::time present_received_time)
Defined at line 21 of file ../../src/ui/scenic/lib/scheduling/present2_helper.cc
void OnPresented (const std::map<PresentId, zx::time> & latched_times, PresentTimestamps present_times, uint64_t num_presents_allowed)
Defined at line 27 of file ../../src/ui/scenic/lib/scheduling/present2_helper.cc