Searched defs:SetPort (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/test/network/ | ||
D | traffic_route.cc | 44 void SetPort(uint16_t port) { port_ = port; } in SetPort() function in webrtc::test::__anon4738127c0111::ActionReceiver |
/external/webrtc/rtc_base/ | ||
D | socket_address.cc | 123 void SocketAddress::SetPort(int port) { in SetPort() function in rtc::SocketAddress |
/external/webrtc/api/transport/ | ||
D | stun.h | 358 void SetPort(uint16_t port) { address_.SetPort(port); } in SetPort() function |
/external/python/cpython2/Lib/plat-mac/ | ||
D | FrameWork.py | 773 def SetPort(self): member in Window |