template <>
class WireSyncBufferClientImpl
Defined at line 363 of file fidling/gen/sdk/fidl/fuchsia.hardware.camera/fuchsia.hardware.camera/cpp/fidl/fuchsia.hardware.camera/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus GetChannel (::zx::channel && ch)
Note: this method obtains a channel to the capture device which
communicates using a non-simple fidl interface. Once the
system has been updated to support normal fidl protocols, this method
can be replaced with the protocol itself.
Additionally, while the camera stack is migrating from camera to
camera2, two methods are available, corresponding to the two
versions of the protocol.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus GetChannel2 (::fidl::ServerEnd< ::fuchsia_camera2_hal::Controller> && server_end)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus GetDebugChannel (::fidl::ServerEnd< ::fuchsia_camera2_debug::Debug> && server_end)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.