template <>

class WireWeakSyncClientImpl

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

Public Methods

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

Start a driver within a driver host.

Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.

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

Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.

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

Returns the job and process KOIDs of the driver host.

Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.

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

Allocates 24 bytes of request buffer on the stack. Response is heap-allocated.