class VmoInfo
Defined at line 4069 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
VMO information for registering VMOs. Used in `RegisterVmos` and `AllocateVmos` to pair
a VMO handle with a unique ID.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const uint64_t & id ()
ID corresponding to the VMO.
Required.
Defined at line 4078 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
bool has_id ()
Defined at line 4082 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
uint64_t * mutable_id ()
ID corresponding to the VMO.
Required.
Defined at line 4089 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
void clear_id ()
Defined at line 4097 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
VmoInfo & set_id (uint64_t _value)
const ::zx::vmo & vmo ()
Handle to the VMO.
Required.
Defined at line 4108 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
bool has_vmo ()
Defined at line 4112 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
::zx::vmo * mutable_vmo ()
Handle to the VMO.
Required.
Defined at line 4119 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
void clear_vmo ()
Defined at line 4127 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h
VmoInfo & set_vmo (::zx::vmo _value)
void VmoInfo ()
void VmoInfo (VmoInfo && other)
void ~VmoInfo ()
VmoInfo & operator= (VmoInfo && other)
::std::unique_ptr<VmoInfo> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, VmoInfo * _value, size_t _offset)
zx_status_t Clone (VmoInfo * _result)