class ComponentControllerImpl
Defined at line 13 of file ../../src/graphics/bin/vulkan_loader/icd_runner.h
Public Methods
zx::result<std::unique_ptr<fidl::Server<fuchsia_component_runner::ComponentController>>> Bind (async_dispatcher_t *dispatcher,fidl::ServerEnd<fuchsia_component_runner::ComponentController>controller,fidl::ServerEnd<fuchsia_io::Directory>outgoing_dir,fidl::ClientEnd<fuchsia_io::Directory>pkg_directory)
Binds `controller` to a new component controller using the given `outgoing_dir` and
`pkg_directory`. On error, `controller` will be closed with an epitaph.
Defined at line 22 of file ../../src/graphics/bin/vulkan_loader/icd_runner.cc