class AllocateVmosConfig

Defined at line 2280 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

Public Methods

void AllocateVmosConfig ()

Defined at line 2282 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

void AllocateVmosConfig (const AllocateVmosConfig & other)

Defined at line 2283 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

AllocateVmosConfig & operator= (const AllocateVmosConfig & other)

Defined at line 2284 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

void AllocateVmosConfig (AllocateVmosConfig && other)

Defined at line 2285 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_hardware_audio::wire::AllocateVmosConfig> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_audio::wire::AllocateVmosConfig> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::AllocateVmosConfig>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

uint64_t & min_vmo_size ()

The minimum size required for each VMO, in bytes.

Required.

bool has_min_vmo_size ()
AllocateVmosConfig & operator= (AllocateVmosConfig && other)

Defined at line 2286 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

uint32_t & vmo_count ()

The number of VMOs to allocate.

Required.

bool has_vmo_count ()
AllocateVmosConfig & set_min_vmo_size (::fidl::ObjectView<uint64_t> elem)
AllocateVmosConfig & set_min_vmo_size (std::nullptr_t )
AllocateVmosConfig & clear_min_vmo_size ()
AllocateVmosConfig & set_vmo_count (uint32_t elem)
AllocateVmosConfig & clear_vmo_count ()
void AllocateVmosConfig (::fidl::AnyArena & allocator)
void AllocateVmosConfig (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::AllocateVmosConfig>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::AllocateVmosConfig>> && frame_ptr)
void ~AllocateVmosConfig ()

Defined at line 2288 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder