HomeSort by relevance Sort by last modified time
    Searched refs:UdpTransportImpl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_transport_unittest.cc 62 public UdpTransportImpl::SocketFactoryInterface {
121 UdpTransportImpl::SocketFactoryInterface* null_maker = NULL;
123 UdpTransport* transport = new UdpTransportImpl(id,
131 UdpTransportImpl::SocketFactoryInterface* mock_maker
134 UdpTransport* transport = new UdpTransportImpl(id,
udp_transport_impl.cc 69 class SocketFactory : public UdpTransportImpl::SocketFactoryInterface {
88 return new UdpTransportImpl(id,
105 UdpTransportImpl::UdpTransportImpl(const int32_t id,
169 UdpTransportImpl::~UdpTransportImpl()
183 UdpTransport::ErrorCode UdpTransportImpl::LastError() const
193 void UdpTransportImpl::GetCachedAddress(char* ip,
206 int32_t UdpTransportImpl::IPAddressCached(const SocketAddress& address,
234 int32_t UdpTransportImpl::InitializeReceiveSockets
    [all...]
udp_transport_impl.h 26 class UdpTransportImpl : public UdpTransport
44 UdpTransportImpl(const int32_t id,
47 virtual ~UdpTransportImpl();

Completed in 1348 milliseconds