Lines Matching refs:PortRef
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);
109 int GetMessageIf(const PortRef& port_ref,
116 int SendMessage(const PortRef& port_ref, ScopedMessage message);
132 int MergePorts(const PortRef& port_ref,
140 int MergeLocalPorts(const PortRef& port0_ref, const PortRef& port1_ref);
166 int SendMessageInternal(const PortRef& port_ref, ScopedMessage* message);
167 int MergePorts_Locked(const PortRef& port0_ref, const PortRef& port1_ref);
179 int BeginProxying(PortRef port_ref);
184 void TryRemoveProxy(PortRef port_ref);