template <>
class WireServer
Defined at line 588 of file fidling/gen/sdk/fidl/fuchsia.hardware.amlogiccanvas/fuchsia.hardware.amlogiccanvas/cpp/fidl/fuchsia.hardware.amlogiccanvas/cpp/wire_messaging.h
Pure-virtual interface to be implemented by a server.
This interface uses typed channels (i.e. |::fidl::ClientEnd
<
::fuchsia_hardware_amlogiccanvas::Device>|
and |::fidl::ServerEnd
<
::fuchsia_hardware_amlogiccanvas::Device>|).
Public Methods
void Config (::fuchsia_hardware_amlogiccanvas::wire::DeviceConfigRequest * request, ConfigCompleter::Sync & completer)
Configures a canvas. Canvases are a special construct in the AMLogic
memory controller, used to turn image data accesses into memory accesses
while respecting block/tiling, stride, and endianness.
`vmo` is the backing memory to use for this canvas.
`offset` is the relative address for image data within `vmo`.
`info` describes the canvas layout (see CanvasInfo for details).
void Free (::fuchsia_hardware_amlogiccanvas::wire::DeviceFreeRequest * request, FreeCompleter::Sync & completer)
Frees up a canvas.
void WireServer ()
Defined at line 591 of file fidling/gen/sdk/fidl/fuchsia.hardware.amlogiccanvas/fuchsia.hardware.amlogiccanvas/cpp/fidl/fuchsia.hardware.amlogiccanvas/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 592 of file fidling/gen/sdk/fidl/fuchsia.hardware.amlogiccanvas/fuchsia.hardware.amlogiccanvas/cpp/fidl/fuchsia.hardware.amlogiccanvas/cpp/wire_messaging.h