template <>
class WireWeakAsyncBufferClientImpl
Defined at line 845 of file fidling/gen/sdk/fidl/fuchsia.driver.loader/fuchsia.driver.loader/cpp/fidl/fuchsia.driver.loader/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::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.