HomeSort by relevance Sort by last modified time
    Searched defs:NodeController (Results 1 - 2 of 2) sorted by null

  /external/libmojo/mojo/edk/system/
node_controller.h 43 class NodeController : public ports::NodeDelegate,
55 explicit NodeController(Core* core);
56 ~NodeController() override;
128 // Note that while it is safe to continue using the NodeController's public
134 // Notifies the NodeController that we received a bad message from the given
257 // Marks this NodeController for destruction when the IO thread shuts down.
372 DISALLOW_COPY_AND_ASSIGN(NodeController);
node_controller.cc 100 // Used by NodeController to watch for shutdown. Since no IO can happen once
101 // the IO thread is killed, the NodeController can cleanly drop all its peers
140 NodeController::~NodeController() {}
142 NodeController::NodeController(Core* core)
150 void NodeController::CreateMachPortRelay(
158 void NodeController::SetIOTaskRunner(
163 base::Bind(&NodeController::DropAllPeers, base::Unretained(this)));
166 void NodeController::ConnectToChild
    [all...]

Completed in 211 milliseconds