Searched defs:GetPort (Results 1 – 7 of 7) sorted by relevance
42 int GetPort in GetPort() function
269 mach_port_t GetPort() const { return port_; } in GetPort() function
290 void GetPort(mojo::InterfaceRequest<Port> port_request) override {} in GetPort() function in sample::__anondb924a130111::ServiceImpl
54 void GetPort(InterfaceRequest<sample::Port> port) override {} in GetPort() function in mojo::__anon933bf6dc0111::ServiceImpl
157 void GetPort(mojo::InterfaceRequest<sample::Port> port) override {} in GetPort() function in mojo::test::__anonb96bdaa70111::ReentrantServiceImpl
104 int Node::GetPort(const PortName& port_name, PortRef* port_ref) { in GetPort() function in mojo::edk::ports::Node809 scoped_refptr<Port> Node::GetPort(const PortName& port_name) { in GetPort() function in mojo::edk::ports::Node
1788 cricket::Port* GetPort(cricket::P2PTransportChannel* ch) { in GetPort() function in P2PTransportChannelPingTest