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

  /external/chromium_org/mojo/system/
message_pipe.cc 51 unsigned MessagePipe::GetPeerPort(unsigned port) {
75 unsigned destination_port = GetPeerPort(port);
97 GetPeerPort(port),
165 !!endpoints_[GetPeerPort(port)] &&
166 endpoints_[GetPeerPort(port)]->GetType() !=
188 unsigned destination_port = GetPeerPort(port);
228 DCHECK(endpoints_[GetPeerPort(port)]);
message_pipe.h 56 static unsigned GetPeerPort(unsigned port);
channel.cc 377 MessagePipe::GetPeerPort(port), message.Pass());

Completed in 2843 milliseconds