template <>
class WireWeakAsyncBufferClientImpl
Defined at line 1628 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::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.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::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.
::fidl::internal::WireBufferThenable< ::fuchsia_driver_host::DriverHost::GetProcessInfo> GetProcessInfo ()
Returns the job and process KOIDs of the driver host.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::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.