Searched refs:XdcServer (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/host/xdc-server/
H A Dxdc-server.h62 class XdcServer { class in namespace:xdc
63 // This is required by the XdcServer constructor, to stop clients calling it directly.
68 XdcServer(ConstructorTag tag) {} function in class:xdc::XdcServer
70 static std::unique_ptr<XdcServer> Create();
H A Dxdc-server.cpp155 std::unique_ptr<XdcServer> XdcServer::Create() {
156 auto conn = std::make_unique<XdcServer>(ConstructorTag{});
163 bool XdcServer::Init() {
203 void XdcServer::UpdateClientPollEvents() {
222 void XdcServer::UpdateUsbHandlerFds() {
252 void XdcServer::Run() {
351 void XdcServer::ClientConnect() {
381 bool XdcServer::RegisterStream(std::shared_ptr<Client> client) {
416 std::shared_ptr<Client> XdcServer
[all...]

Completed in 74 milliseconds