class RegisterVmosConfig

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

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::vector< ::fuchsia::hardware::audio::VmoInfo> & vmo_infos ()

The list of VMOs to register with the driver.

Required.

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

bool has_vmo_infos ()

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

::std::vector< ::fuchsia::hardware::audio::VmoInfo> * mutable_vmo_infos ()

The list of VMOs to register with the driver.

Required.

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

void clear_vmo_infos ()

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

RegisterVmosConfig & set_vmo_infos (::std::vector< ::fuchsia::hardware::audio::VmoInfo> _value)
void RegisterVmosConfig ()
void RegisterVmosConfig (RegisterVmosConfig && other)
void ~RegisterVmosConfig ()
RegisterVmosConfig & operator= (RegisterVmosConfig && other)
::std::unique_ptr<RegisterVmosConfig> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, RegisterVmosConfig * _value, size_t _offset)
zx_status_t Clone (RegisterVmosConfig * _result)