template <>
class WireSyncBufferClientImpl
Defined at line 659 of file fidling/gen/sdk/fidl/fuchsia.driver.loader/fuchsia.driver.loader/cpp/fidl/fuchsia.driver.loader/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_driver_loader::DriverHostLauncher::Launch> Launch (::fuchsia_driver_loader::wire::DriverHostLauncherLaunchRequest DriverHostLauncherLaunchRequest)
Launches |driver_host_binary| into |process|. This includes:
- Setting up the address space for driver host module and dependencies
using remote dynamic linking.
- Creating the stack for the process.
- Starting the process.
- Sending the bootstrap messages to the process.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.