HomeSort by relevance Sort by last modified time
    Searched defs:RawTransportChannel (Results 1 - 2 of 2) 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);

Completed in 22 milliseconds