Searched refs:udp_socket_ (Results 1 – 3 of 3) sorted by relevance
29 udp_socket_(new AsyncUDPSocket(socket_)), in AsyncUdpSocketTest()31 udp_socket_->SignalReadyToSend.connect(this, in AsyncUdpSocketTest()43 scoped_ptr<AsyncUDPSocket> udp_socket_; member in rtc::AsyncUdpSocketTest
722 udp_socket_(), in AllocationSequence()729 udp_socket_.reset(session_->socket_factory()->CreateUdpSocket( in Init()732 if (udp_socket_) { in Init()733 udp_socket_->SignalReadPacket.connect( in Init()882 if (IsFlagSet(PORTALLOCATOR_ENABLE_SHARED_SOCKET) && udp_socket_) { in CreateUDPPorts()885 udp_socket_.get(), session_->username(), session_->password(), in CreateUDPPorts()1043 relay_port->proto == PROTO_UDP && udp_socket_) { in CreateTurnPort()1046 network_, udp_socket_.get(), in CreateTurnPort()1074 ASSERT(socket == udp_socket_.get()); in OnReadPacket()
323 rtc::scoped_ptr<rtc::AsyncPacketSocket> udp_socket_; variable