template <>
class WireWeakOnewayBufferClientImpl
Defined at line 3464 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus Start ()
Control Operations
Starts the streaming of frames.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus Stop ()
Stops the streaming of frames.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus ReleaseFrame (uint32_t buffer_id)
Unlocks the specified frame, allowing the driver to reuse the memory.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus AcknowledgeFrameError ()
Provides flow control for receiving frame errors. See OnFrameAvailable comment.
Caller provides the backing storage for FIDL message.