class DriverHost

Defined at line 31 of file ../../src/devices/bin/driver_manager/driver_host_runner.h

Public Methods

void DriverHost (zx::process process, zx::vmar root_vmar)

Defined at line 33 of file ../../src/devices/bin/driver_manager/driver_host_runner.h

const zx::process & process ()

Defined at line 39 of file ../../src/devices/bin/driver_manager/driver_host_runner.h

zx_status_t GetDuplicateHandles (zx::process * out_process, zx::vmar * out_root_vmar)

Returns duplicate handles that can be passed to the loader process.

Defined at line 130 of file ../../src/devices/bin/driver_manager/driver_host_runner.cc