class PowerElementProviderGetClockSpeedLevelRequest
Defined at line 3626 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
void PowerElementProviderGetClockSpeedLevelRequest ()
void PowerElementProviderGetClockSpeedLevelRequest (PowerElementProviderGetClockSpeedLevelRequest && other)
const uint64_t & hz ()
Required. The target frequency.
Defined at line 3633 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h
bool has_hz ()
Defined at line 3637 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h
uint64_t * mutable_hz ()
Required. The target frequency.
Defined at line 3642 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h
void clear_hz ()
Defined at line 3650 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h
const bool & allow_max ()
If true and `hz` is greater than the maximum clock frequency, then the level
corresponding to the greatest supported frequency will be returned. If not true (or not
specified), this call will return `ZX_ERR_OUT_OF_RANGE` if `hz` is greater than the
maximum clock frequency.
Defined at line 3662 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h
bool has_allow_max ()
Defined at line 3666 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h
bool * mutable_allow_max ()
If true and `hz` is greater than the maximum clock frequency, then the level
corresponding to the greatest supported frequency will be returned. If not true (or not
specified), this call will return `ZX_ERR_OUT_OF_RANGE` if `hz` is greater than the
maximum clock frequency.
Defined at line 3674 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h
void clear_allow_max ()
Defined at line 3682 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h
PowerElementProviderGetClockSpeedLevelRequest & set_hz (uint64_t _value)
PowerElementProviderGetClockSpeedLevelRequest & set_allow_max (bool _value)
void ~PowerElementProviderGetClockSpeedLevelRequest ()
PowerElementProviderGetClockSpeedLevelRequest & operator= (PowerElementProviderGetClockSpeedLevelRequest && other)
::std::unique_ptr<PowerElementProviderGetClockSpeedLevelRequest> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,PowerElementProviderGetClockSpeedLevelRequest *_value,size_t_offset)
zx_status_t Clone (PowerElementProviderGetClockSpeedLevelRequest * _result)