class AllocateVmosConfig
Defined at line 3944 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 uint64_t & min_vmo_size ()
The minimum size required for each VMO, in bytes.
Required.
Defined at line 3953 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
bool has_min_vmo_size ()
Defined at line 3957 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
uint64_t * mutable_min_vmo_size ()
The minimum size required for each VMO, in bytes.
Required.
Defined at line 3964 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
void clear_min_vmo_size ()
Defined at line 3972 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
AllocateVmosConfig & set_min_vmo_size (uint64_t _value)
const uint32_t & vmo_count ()
The number of VMOs to allocate.
Required.
Defined at line 3983 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
bool has_vmo_count ()
Defined at line 3987 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
uint32_t * mutable_vmo_count ()
The number of VMOs to allocate.
Required.
Defined at line 3994 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
void clear_vmo_count ()
Defined at line 4002 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
AllocateVmosConfig & set_vmo_count (uint32_t _value)
void AllocateVmosConfig ()
void AllocateVmosConfig (AllocateVmosConfig && other)
void ~AllocateVmosConfig ()
AllocateVmosConfig & operator= (AllocateVmosConfig && other)
::std::unique_ptr<AllocateVmosConfig> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, AllocateVmosConfig * _value, size_t _offset)
zx_status_t Clone (AllocateVmosConfig * _result)