HomeSort by relevance Sort by last modified time
    Searched defs:udp_socket_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
teststunserver.h 44 udp_socket_(rtc::AsyncUDPSocket::Create(socket_, addr)),
45 server_(udp_socket_) {
49 rtc::AsyncUDPSocket* udp_socket_; member in class:cricket::TestStunServer
  /external/chromium_org/third_party/webrtc/base/
asyncudpsocket_unittest.cc 29 udp_socket_(new AsyncUDPSocket(socket_)),
31 udp_socket_->SignalReadyToSend.connect(this,
43 scoped_ptr<AsyncUDPSocket> udp_socket_; member in class:rtc::AsyncUdpSocketTest
  /external/chromium_org/media/cast/net/
udp_transport.h 59 // Requests and processes packets from |udp_socket_|. This method is called
76 const scoped_ptr<net::UDPSocket> udp_socket_; member in class:media::cast::UdpTransport
  /external/chromium_org/native_client_sdk/src/examples/api/socket/
socket.cc 56 pp::UDPSocket udp_socket_; member in class:ExampleInstance
118 if (!udp_socket_.is_null())
125 return !udp_socket_.is_null();
151 udp_socket_ = pp::UDPSocket(this);
152 if (udp_socket_.is_null()) {
201 udp_socket_.Bind(pp::NetAddress(this, ipv4_addr), callback);
215 udp_socket_.Close();
216 udp_socket_ = pp::UDPSocket();
242 result = udp_socket_.SendTo(data, size, remote_host_, callback);
267 udp_socket_.RecvFrom(receive_buffer_, kBufferSize, callback)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 160 rtc::scoped_ptr<rtc::AsyncPacketSocket> udp_socket_; member in class:cricket::AllocationSequence
744 udp_socket_(),
759 udp_socket_.reset(session_->socket_factory()->CreateUdpSocket(
762 if (udp_socket_) {
763 udp_socket_->SignalReadPacket.connect(
766 // Continuing if |udp_socket_| is NULL, as local TCP and RelayPort using TCP
902 if (IsFlagSet(PORTALLOCATOR_ENABLE_SHARED_SOCKET) && udp_socket_) {
905 udp_socket_.get(),
    [all...]

Completed in 198 milliseconds