template <>

class WireWeakSyncClientImpl

Defined at line 860 of file fidling/gen/sdk/fidl/fuchsia.driver.loader/fuchsia.driver.loader/cpp/fidl/fuchsia.driver.loader/cpp/wire_messaging.h

Public Methods

::fidl::WireResult< ::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.

Allocates 112 bytes of message buffer on the stack. No heap allocation necessary.