class PresentationInfo

Defined at line 25 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h

Domain objects declarations

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const int64_t & latch_point ()

The time where Scenic processes all pending updates to its scene graph

and render a new frame. Clients should aim to have all commands sent

and acquire fences reached in order to have their content be

presented at the corresponding `presentation_time`. The `latch_point`

is guaranteed to be less than `presentation_time`.

Defined at line 36 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h

bool has_latch_point ()

Defined at line 40 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h

int64_t * mutable_latch_point ()

The time where Scenic processes all pending updates to its scene graph

and render a new frame. Clients should aim to have all commands sent

and acquire fences reached in order to have their content be

presented at the corresponding `presentation_time`. The `latch_point`

is guaranteed to be less than `presentation_time`.

Defined at line 49 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h

void clear_latch_point ()

Defined at line 57 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h

const int64_t & presentation_time ()

The time in which the enqueued operations submitted before `latch_point`

take visible effect. This time is usually but not necessarily vsync.

Defined at line 67 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h

bool has_presentation_time ()

Defined at line 71 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h

int64_t * mutable_presentation_time ()

The time in which the enqueued operations submitted before `latch_point`

take visible effect. This time is usually but not necessarily vsync.

Defined at line 77 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h

void clear_presentation_time ()

Defined at line 85 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h

PresentationInfo & set_latch_point (int64_t _value)
PresentationInfo & set_presentation_time (int64_t _value)
void PresentationInfo ()
void PresentationInfo (PresentationInfo && other)
void ~PresentationInfo ()
PresentationInfo & operator= (PresentationInfo && other)
::std::unique_ptr<PresentationInfo> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, PresentationInfo * _value, size_t _offset)
zx_status_t Clone (PresentationInfo * _result)