class PowerElementProviderGetClockSpeedLevelRequest
Defined at line 3624 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.
const uint64_t & hz ()
Required. The target frequency.
Defined at line 3631 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 3635 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 3640 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 3648 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 3660 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 3664 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 3672 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 3680 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 ()
void PowerElementProviderGetClockSpeedLevelRequest (PowerElementProviderGetClockSpeedLevelRequest && other)
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)