template <>

class WireServer

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

Pure-virtual interface to be implemented by a server.

This interface uses typed channels (i.e. |::fidl::ClientEnd

<

::fuchsia_hardware_goldfish::SyncTimeline>|

and |::fidl::ServerEnd

<

::fuchsia_hardware_goldfish::SyncTimeline>|).

Public Methods

void TriggerHostWait (::fuchsia_hardware_goldfish::wire::SyncTimelineTriggerHostWaitRequest * request, TriggerHostWaitCompleter::Sync & completer)

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.

void WireServer ()

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

Handler bind_handler (async_dispatcher_t * dispatcher)

|bind_handler| returns a handler that binds incoming connections to this

server implementation.

The returned handler borrows the server instance.

The server must outlive the provided |dispatcher|. Only after

the dispatcher is shutdown will it be safe to destroy the servers.

The server should not be moved.

void ~WireServer ()

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