class PowerElementProvider_GetClockSpeedLevel_Response

Defined at line 3745 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.

PowerElementProvider_GetClockSpeedLevel_Response & set_token (::zx::event _value)
PowerElementProvider_GetClockSpeedLevel_Response & set_level (uint8_t _value)
PowerElementProvider_GetClockSpeedLevel_Response & set_actual_hz (uint64_t _value)
void PowerElementProvider_GetClockSpeedLevel_Response ()
void PowerElementProvider_GetClockSpeedLevel_Response (PowerElementProvider_GetClockSpeedLevel_Response && other)
void ~PowerElementProvider_GetClockSpeedLevel_Response ()
PowerElementProvider_GetClockSpeedLevel_Response & operator= (PowerElementProvider_GetClockSpeedLevel_Response && other)
::std::unique_ptr<PowerElementProvider_GetClockSpeedLevel_Response> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, PowerElementProvider_GetClockSpeedLevel_Response * _value, size_t _offset)
zx_status_t Clone (PowerElementProvider_GetClockSpeedLevel_Response * _result)
const ::zx::event & token ()

Required. The fuchsia.power.broker.DependencyToken that must be leased.

Defined at line 3752 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h

bool has_token ()

Defined at line 3756 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h

::zx::event * mutable_token ()

Required. The fuchsia.power.broker.DependencyToken that must be leased.

Defined at line 3761 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h

void clear_token ()

Defined at line 3769 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h

const uint8_t & level ()

Required. The level to lease `token` at.

Defined at line 3778 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h

bool has_level ()

Defined at line 3782 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h

uint8_t * mutable_level ()

Required. The level to lease `token` at.

Defined at line 3787 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h

void clear_level ()

Defined at line 3795 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h

const uint64_t & actual_hz ()

Required. The target frequency that the level represents. If `allow_max==false' (or

allow_max isn't set) then this must be >= `hz`; otherwise, it can be any value relative

to `hz`.

Defined at line 3806 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h

bool has_actual_hz ()

Defined at line 3810 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h

uint64_t * mutable_actual_hz ()

Required. The target frequency that the level represents. If `allow_max==false' (or

allow_max isn't set) then this must be >= `hz`; otherwise, it can be any value relative

to `hz`.

Defined at line 3817 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h

void clear_actual_hz ()

Defined at line 3825 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h