template <>

class WireWeakAsyncBufferClientImpl

Defined at line 3419 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.device/fuchsia.hardware.platform.device/cpp/fidl/fuchsia.hardware.platform.device/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_platform_device::Device::GetMmioById> GetMmioById (uint32_t index)

Returns a memory mapped IO (MMIO) resource for the given |index|.

* error `ZX_ERR_OUT_OF_RANGE` if |index| is equal or greater than the number of

mmios.

* error `ZX_ERR_INTERNAL` if the retrieved mmio is not valid.

* error `ZX_ERR_NOT_FOUND` if the retrieved mmio's base address is NULL.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_platform_device::Device::GetMmioByName> GetMmioByName (::fidl::StringView name)

Returns a memory mapped IO (MMIO) resource for the given |name|.

* error `ZX_ERR_INVALID_ARGS` if |name| is an empty string.

* error `ZX_ERR_OUT_OF_RANGE` if |name| is not found.

* error `ZX_ERR_INTERNAL` if the retrieved mmio is not valid.

* error `ZX_ERR_NOT_FOUND` if the retrieved's mmio base address is NULL.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_platform_device::Device::GetInterruptById> GetInterruptById (uint32_t index, uint32_t flags)

Returns an interrupt handle for the given |index|.

|flags| is forwarded as the |options| parameter to `zx_interrupt_create`.

* error `ZX_ERR_OUT_OF_RANGE` if |index| is equal or greater than the number of

interrupts.

* error `ZX_ERR_INTERNAL` if the retrieved interrupt is not valid.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_platform_device::Device::GetInterruptByName> GetInterruptByName (::fidl::StringView name, uint32_t flags)

Returns an interrupt handle for the given |name|.

|flags| is forwarded as the |options| parameter to `zx_interrupt_create`.

* error `ZX_ERR_INVALID_ARGS` if |name| is an empty string.

* error `ZX_ERR_OUT_OF_RANGE` if |name| is not found.

* error `ZX_ERR_INTERNAL` if the retrieved interrupt is not valid.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_platform_device::Device::GetBtiById> GetBtiById (uint32_t index)

Returns a bus transaction initiator (bti) handle for the given |index|.

* error `ZX_ERR_OUT_OF_RANGE` if |index| is equal or greater than the number of

btis.

* error `ZX_ERR_INTERNAL` if the retrieved bti is not valid.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_platform_device::Device::GetBtiByName> GetBtiByName (::fidl::StringView name)

Returns a bus transaction initiator (bti) handle for the given |name|.

* error `ZX_ERR_INVALID_ARGS` if |name| is an empty string.

* error `ZX_ERR_OUT_OF_RANGE` if |name| is not found.

* error `ZX_ERR_INTERNAL` if the retrieved bti is not valid.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_platform_device::Device::GetSmcById> GetSmcById (uint32_t index)

Returns a secure monitor call (smc) handle for the given |index|.

* error `ZX_ERR_OUT_OF_RANGE` if |index| is equal or greater than the number of

smcs.

* error `ZX_ERR_INTERNAL` if the retrieved smc is not valid.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_platform_device::Device::GetSmcByName> GetSmcByName (::fidl::StringView name)

Returns a secure monitor call (smc) handle for the given |name|.

* error `ZX_ERR_INVALID_ARGS` if |name| is an empty string.

* error `ZX_ERR_OUT_OF_RANGE` if |name| is not found.

* error `ZX_ERR_INTERNAL` if the retrieved smc is not valid.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_platform_device::Device::GetPowerConfiguration> GetPowerConfiguration ()

Returns power configuration for the device the driver has bound to.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_platform_device::Device::GetNodeDeviceInfo> GetNodeDeviceInfo ()

Returns information about the device corresponding to the node

that the driver has bound to.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_platform_device::Device::GetBoardInfo> GetBoardInfo ()

Return information about the board the device is attached to.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_platform_device::Device::GetMetadata> GetMetadata (::fidl::StringView id)

Returns the metadata associated with the device and |id|.

Returns ZX_ERR_NOT_FOUND if the metadata does not exist.

Caller provides the backing storage for FIDL message.