Home
last modified time | relevance | path

Searched refs:MergeLocalPorts (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/mojo/core/ports/
Dnode.h164 int MergeLocalPorts(const PortRef& port0_ref, const PortRef& port1_ref); in COMPONENT_EXPORT()
Dnode.cc431 int Node::MergeLocalPorts(const PortRef& port0_ref, const PortRef& port1_ref) { in MergeLocalPorts() function in mojo::core::ports::Node
Dports_unittest.cc1554 EXPECT_EQ(OK, node0.node().MergeLocalPorts(b, c)); in TEST_F()
/external/libchrome/mojo/core/
Dnode_controller.h114 int MergeLocalPorts(const ports::PortRef& port0, const ports::PortRef& port1);
Dmessage_pipe_dispatcher.cc123 int rv = node_controller_->MergeLocalPorts(port0, port1); in Fuse()
Dnode_controller.cc288 int NodeController::MergeLocalPorts(const ports::PortRef& port0, in MergeLocalPorts() function in mojo::core::NodeController
290 return node_->MergeLocalPorts(port0, port1); in MergeLocalPorts()