HomeSort by relevance Sort by last modified time
    Searched refs:PortRef (Results 1 - 17 of 17) sorted by null

  /external/libmojo/mojo/edk/system/ports/
port_ref.cc 13 PortRef::~PortRef() {
16 PortRef::PortRef() {
19 PortRef::PortRef(const PortName& name, const scoped_refptr<Port>& port)
23 PortRef::PortRef(const PortRef& other)
27 PortRef& PortRef::operator=(const PortRef& other)
    [all...]
port_ref.h 18 class PortRef {
20 ~PortRef();
21 PortRef();
22 PortRef(const PortName& name, const scoped_refptr<Port>& port);
24 PortRef(const PortRef& other);
25 PortRef& operator=(const PortRef& other);
node.h 67 int GetPort(const PortName& port_name, PortRef* port_ref);
73 int CreateUninitializedPort(PortRef* port_ref);
76 int InitializePort(const PortRef& port_ref,
82 int CreatePortPair(PortRef* port0_ref, PortRef* port1_ref);
85 int SetUserData(const PortRef& port_ref,
87 int GetUserData(const PortRef& port_ref,
93 int ClosePort(const PortRef& port_ref);
96 int GetStatus(const PortRef& port_ref, PortStatus* port_status);
103 int GetMessage(const PortRef& port_ref, ScopedMessage* message)
    [all...]
node_delegate.h 41 virtual void PortStatusChanged(const PortRef& port_ref) = 0;
ports_unittest.cc 41 PortRef port;
144 int SendStringMessage(Node* node, const PortRef& port, const std::string& s) {
152 const PortRef& port,
163 const PortRef& port,
165 const PortRef& sent_port) {
235 void PortStatusChanged(const PortRef& port) override {
254 PortRef received_port;
302 PortRef x0, x1;
309 PortRef a0, a1;
336 PortRef x0, x1
    [all...]
node.cc 104 int Node::GetPort(const PortName& port_name, PortRef* port_ref) {
109 *port_ref = PortRef(port_name, std::move(port));
113 int Node::CreateUninitializedPort(PortRef* port_ref) {
123 *port_ref = PortRef(port_name, std::move(port));
127 int Node::InitializePort(const PortRef& port_ref,
147 int Node::CreatePortPair(PortRef* port0_ref, PortRef* port1_ref) {
169 int Node::SetUserData(const PortRef& port_ref,
182 int Node::GetUserData(const PortRef& port_ref,
195 int Node::ClosePort(const PortRef& port_ref)
    [all...]
  /external/libmojo/mojo/edk/system/
data_pipe_control_message.h 37 const ports::PortRef& port,
node_controller.h 90 void SetPortObserver(const ports::PortRef& port,
95 void ClosePort(const ports::PortRef& port);
98 int SendMessage(const ports::PortRef& port_ref,
103 void ReservePort(const std::string& token, const ports::PortRef& port,
108 const ports::PortRef& port);
111 int MergeLocalPorts(const ports::PortRef& port0, const ports::PortRef& port1);
138 ports::PortRef port;
170 void PortStatusChanged(const ports::PortRef& port) override;
254 std::vector<std::pair<std::string, ports::PortRef>> pending_port_merges_
    [all...]
data_pipe_control_message.cc 15 const ports::PortRef& port,
message_pipe_dispatcher.h 40 const ports::PortRef& port,
101 const ports::PortRef port_;
data_pipe_consumer_dispatcher.h 38 const ports::PortRef& control_port,
98 const ports::PortRef control_port_;
data_pipe_producer_dispatcher.h 37 const ports::PortRef& port,
100 const ports::PortRef control_port_;
message_pipe_dispatcher.cc 63 const ports::PortRef& port,
82 ports::PortRef port0;
90 ports::PortRef port1;
462 ports::PortRef port;
node_controller.cc 207 std::vector<ports::PortRef> ports_to_close;
258 const ports::PortRef& port,
263 void NodeController::ClosePort(const ports::PortRef& port) {
271 int NodeController::SendMessage(const ports::PortRef& port,
281 const ports::PortRef& port,
293 const ports::PortRef& port) {
339 int NodeController::MergeLocalPorts(const ports::PortRef& port0,
340 const ports::PortRef& port1) {
530 std::vector<ports::PortRef> ports_to_close;
785 void NodeController::PortStatusChanged(const ports::PortRef& port)
    [all...]
data_pipe_consumer_dispatcher.cc 74 const ports::PortRef& control_port,
397 ports::PortRef port;
data_pipe_producer_dispatcher.cc 73 const ports::PortRef& control_port,
379 ports::PortRef port;
core.cc 327 ports::PortRef port0, port1;
338 ports::PortRef port0, port1;
600 ports::PortRef port0, port1;
789 ports::PortRef port0, port1;
    [all...]

Completed in 275 milliseconds