Home
last modified time | relevance | path

Searched refs:rtp_socket_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/examples/androidvoip/jni/
Dandroid_voip_client.cc252 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()
Dandroid_voip_client.h146 std::unique_ptr<rtc::AsyncUDPSocket> rtp_socket_; variable