template <>
class WireWeakSyncClientImpl
Defined at line 9938 of file fidling/gen/sdk/fidl/fuchsia.virtualization.hardware/fuchsia.virtualization.hardware/cpp/fidl/fuchsia.virtualization.hardware/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::fuchsia_virtualization_hardware::VirtioGpu::ConfigureQueue> ConfigureQueue (uint16_t queue, uint16_t size, uint64_t desc, uint64_t avail, uint64_t used)
Configure a `queue` for the device. This specifies the `size` and the
guest physical addresses of the queue: `desc`, `avail`, and `used`.
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_virtualization_hardware::VirtioGpu::Ready> Ready (uint32_t negotiated_features)
Ready a device. This provides the set of `negotiated_features` that the
driver and device have agreed upon.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_virtualization_hardware::VirtioGpu::Start> Start (::fuchsia_virtualization_hardware::wire::StartInfo && start_info, ::fidl::ClientEnd< ::fuchsia_ui_input3::KeyboardListener> && keyboard_listener, ::fidl::ServerEnd< ::fuchsia_ui_pointer::MouseSource> && mouse_source)
Start the GPU device.
Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.