class PowerElementProvider_GetClockSpeedLevel_Response

Defined at line 3747 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 PowerElementProvider_GetClockSpeedLevel_Response ()
void PowerElementProvider_GetClockSpeedLevel_Response (PowerElementProvider_GetClockSpeedLevel_Response && other)
const ::zx::event & token ()

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

Defined at line 3754 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 3758 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 3763 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 3771 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 3780 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 3784 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 3789 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 3797 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 3808 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 3812 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 3819 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 3827 of file fidling/gen/sdk/fidl/fuchsia.gpu.magma/fuchsia.gpu.magma/hlcpp/fuchsia/gpu/magma/cpp/fidl.h

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 ()
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)