class Device
Defined at line 252 of file fidling/gen/sdk/fidl/fuchsia.hardware.camera/fuchsia.hardware.camera/hlcpp/fuchsia/hardware/camera/cpp/fidl.h
Public Methods
void ~Device ()
void 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.
void GetChannel2 (::fidl::InterfaceRequest< ::fuchsia::camera2::hal::Controller> server_end)
void GetDebugChannel (::fidl::InterfaceRequest< ::fuchsia::camera2::debug::Debug> server_end)