template <>
class WireSyncClientImpl
Defined at line 644 of file fidling/gen/sdk/fidl/fuchsia.driver.loader/fuchsia.driver.loader/cpp/fidl/fuchsia.driver.loader/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_driver_loader::DriverHostLauncher>|,
avoiding setting up a client.
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.