template <>
class WireSyncClientImpl
Defined at line 657 of file fidling/gen/sdk/fidl/fuchsia.tracing.perfetto/fuchsia.tracing.perfetto/cpp/fidl/fuchsia.tracing.perfetto/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_tracing_perfetto::BufferReceiver>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_tracing_perfetto::BufferReceiver::ProvideBuffer> ProvideBuffer (::fidl::ClientEnd< ::fuchsia_io::File> && buffer)
Sends a file to be used as a trace buffer.
The file must support writable mmap() access.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.