class RootDriver

Defined at line 20 of file ../../src/devices/tests/runtime-composite-test/drivers/root-driver.h

Public Methods

void RootDriver (zx_device_t * parent)

Defined at line 18 of file ../../src/devices/tests/multibind-composite-test/drivers/root-driver.h

void ~RootDriver ()

Defined at line 19 of file ../../src/devices/tests/multibind-composite-test/drivers/root-driver.h

void RootDriver (zx_device_t * parent, fdf_dispatcher_t * dispatcher)

Defined at line 23 of file ../../src/devices/tests/runtime-composite-test/drivers/root-driver.h

void Handshake (HandshakeCompleter::Sync & completer)

RuntimeCompositeProtocol implementation

Defined at line 87 of file ../../src/devices/tests/runtime-composite-test/drivers/root-driver.cc

zx_status_t Bind (void * ctx, zx_device_t * dev)

Defined at line 21 of file ../../src/devices/tests/runtime-composite-test/drivers/root-driver.cc

void DdkRelease ()

Defined at line 85 of file ../../src/devices/tests/runtime-composite-test/drivers/root-driver.cc