Home
last modified time | relevance | path

Searched refs:GetPeerPort (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/mojo/system/
Dmessage_pipe.cc51 unsigned MessagePipe::GetPeerPort(unsigned port) { in GetPeerPort() function in mojo::system::MessagePipe
75 unsigned destination_port = GetPeerPort(port); in Close()
97 GetPeerPort(port), in WriteMessage()
165 !!endpoints_[GetPeerPort(port)] && in ConvertLocalToProxy()
166 endpoints_[GetPeerPort(port)]->GetType() != in ConvertLocalToProxy()
188 unsigned destination_port = GetPeerPort(port); in OnRemove()
228 DCHECK(endpoints_[GetPeerPort(port)]); in EnqueueMessageInternal()
Dmessage_pipe.h56 static unsigned GetPeerPort(unsigned port);
Dchannel.cc377 MessagePipe::GetPeerPort(port), message.Pass()); in OnReadMessageForDownstream()