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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
rawtransportchannel.cc 28 #include "talk/p2p/base/rawtransportchannel.h"
54 RawTransportChannel::RawTransportChannel(const std::string &name,
73 RawTransportChannel::~RawTransportChannel() {
77 int RawTransportChannel::SendPacket(const char *data, size_t size) {
85 int RawTransportChannel::SetOption(talk_base::Socket::Option opt, int value) {
92 int RawTransportChannel::GetError() {
96 void RawTransportChannel::Connect() {
107 this, &RawTransportChannel::OnPortReady)
    [all...]
rawtransportchannel.h 56 class RawTransportChannel : public TransportChannelImpl,
59 RawTransportChannel(const std::string &name,
64 virtual ~RawTransportChannel();
125 DISALLOW_EVIL_CONSTRUCTORS(RawTransportChannel);
rawtransport.h 70 friend class RawTransportChannel; // For ParseAddress.
rawtransport.cc 35 #include "talk/p2p/base/rawtransportchannel.h"
119 return new RawTransportChannel(name, content_type, this,

Completed in 44 milliseconds