template <>

class WireSyncClientImpl

Defined at line 5331 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/wire_messaging.h

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_hardware_goldfish::SyncTimeline>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus TriggerHostWait (uint64_t host_glsync_handle, uint64_t host_syncthread_handle, ::zx::eventpair && event)

Runs `CMD_TRIGGER_HOST_WAIT` command: Starts a wait on the sync device

("host") with the given GlSync object and sync thread handles.

Once the command ends, `event` will signal its peer.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.