template <>
class WireSyncClientImpl
Defined at line 1886 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/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_media::ActivityReporter>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_media::ActivityReporter::WatchRenderActivity> WatchRenderActivity ()
Notifies the client whenever there is a change in the set of active AudioRenderUsages.
It returns immediately the first time that it is called.
Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_media::ActivityReporter::WatchRenderActivity2> WatchRenderActivity2 ()
Notifies the client whenever there is a change in the set of active AudioRenderUsages.
It returns immediately the first time that it is called.
Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_media::ActivityReporter::WatchCaptureActivity> WatchCaptureActivity ()
Notifies the client whenever there is a change in the set of active AudioCaptureUsages.
It returns immediately the first time that it is called.
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_media::ActivityReporter::WatchCaptureActivity2> WatchCaptureActivity2 ()
Notifies the client whenever there is a change in the set of active AudioCaptureUsages.
It returns immediately the first time that it is called.
Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.