Home
last modified time | relevance | path

Searched refs:udp_socket_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/rtc_base/
Dasync_udp_socket_unittest.cc28 udp_socket_(new AsyncUDPSocket(socket_)), in AsyncUdpSocketTest()
30 udp_socket_->SignalReadyToSend.connect(this, in AsyncUdpSocketTest()
40 std::unique_ptr<AsyncUDPSocket> udp_socket_; member in rtc::AsyncUdpSocketTest
/external/webrtc/rtc_tools/network_tester/
Dtest_controller.cc34 udp_socket_ = in TestController()
37 udp_socket_->SignalReadPacket.connect(this, &TestController::OnReadPacket); in TestController()
65 udp_socket_->SendTo((const void*)send_data_.data(), packet_size, in SendData()
Dtest_controller.h81 std::unique_ptr<rtc::AsyncPacketSocket> udp_socket_; variable
/external/webrtc/p2p/client/
Dbasic_port_allocator.cc1231 udp_socket_(), in AllocationSequence()
1237 udp_socket_.reset(session_->socket_factory()->CreateUdpSocket( in Init()
1240 if (udp_socket_) { in Init()
1241 udp_socket_->SignalReadPacket.connect(this, in Init()
1406 if (IsFlagSet(PORTALLOCATOR_ENABLE_SHARED_SOCKET) && udp_socket_) { in CreateUDPPorts()
1409 udp_socket_.get(), session_->username(), session_->password(), in CreateUDPPorts()
1552 relay_port->proto == PROTO_UDP && udp_socket_) { in CreateTurnPort()
1554 args, udp_socket_.get()); in CreateTurnPort()
1587 RTC_DCHECK(socket == udp_socket_.get()); in OnReadPacket()
Dbasic_port_allocator.h404 std::unique_ptr<rtc::AsyncPacketSocket> udp_socket_; variable