template <>

class WireSyncBufferClientImpl

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

Public Methods

::fidl::WireUnownedResult< ::fuchsia_driver_host::DriverHost::Start> Start (::fuchsia_driver_framework::wire::DriverStartArgs start_args, ::fidl::ServerEnd< ::fuchsia_driver_host::Driver> && driver, ::fidl::StringView host_name)

Start a driver within a driver host.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_driver_host::DriverHost::StartLoadedDriver> StartLoadedDriver (::fuchsia_driver_framework::wire::DriverStartArgs start_args, uint64_t dynamic_linking_abi, ::fidl::ServerEnd< ::fuchsia_driver_host::Driver> && driver)

Start a driver that's been loaded via an out of process dynamic linker.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_driver_host::DriverHost::GetProcessInfo> GetProcessInfo ()

Returns the job and process KOIDs of the driver host.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus InstallLoader (::fidl::ClientEnd< ::fuchsia_ldsvc::Loader> && loader)

Provides a loader service which should be installed via

`dl_set_loader_service`.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus TriggerStackTrace ()

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_driver_host::DriverHost::FindDriverCrashInfoByThreadKoid> FindDriverCrashInfoByThreadKoid (uint64_t thread_koid)

Returns the driver crash information if the thread specified by |thread_koid|

exists in this driver host and it has ran into an exception.

Otherwise returns ZX_ERR_NOT_FOUND.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.