template <>
class WireSyncClientImpl
Defined at line 1213 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/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_host::DriverHost>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::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.
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::OneWayStatus InstallLoader (::fidl::ClientEnd< ::fuchsia_ldsvc::Loader> && loader)
Provides a loader service which should be installed via
`dl_set_loader_service`.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus TriggerStackTrace ()
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.
::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.