Searched refs:rtp_socket_ (Results 1 – 2 of 2) sorted by relevance
252 rtp_socket_.reset(rtc::AsyncUDPSocket::Create(voip_thread_->socketserver(), in StartSession()254 if (!rtp_socket_) { in StartSession()258 rtp_socket_->SignalReadPacket.connect( in StartSession()282 rtp_socket_->Close(); in StopSession()353 if (!rtp_socket_->SendTo(packet, length, rtp_remote_address_, in SendRtp()
146 std::unique_ptr<rtc::AsyncUDPSocket> rtp_socket_; variable