HomeSort by relevance Sort by last modified time
    Searched refs:TransportChannelImpl (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h 44 class TransportChannelImpl : public TransportChannel {
46 TransportChannelImpl(const std::string& name, const std::string& content_type)
72 sigslot::signal2<TransportChannelImpl*,
76 DISALLOW_EVIL_CONSTRUCTORS(TransportChannelImpl);
transportchannelproxy.h 37 class TransportChannelImpl;
48 TransportChannelImpl* impl() const { return impl_; }
51 void SetImplementation(TransportChannelImpl* impl);
63 TransportChannelImpl* impl_;
transport.h 75 class TransportChannelImpl;
139 TransportChannelImpl* CreateChannel(const std::string& name,
143 TransportChannelImpl* GetChannel(const std::string& name);
204 virtual TransportChannelImpl* CreateTransportChannel(
206 virtual void DestroyTransportChannel(TransportChannelImpl* channel) = 0;
212 typedef std::map<std::string, TransportChannelImpl*> ChannelMap;
224 void OnChannelCandidateReady(TransportChannelImpl* channel,
233 TransportChannelImpl* CreateChannel_w(const std::string& name,
246 typedef void (TransportChannelImpl::* TransportChannelFunc)();
p2ptransport.h 48 virtual TransportChannelImpl* CreateTransportChannel(
50 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
rawtransport.h 58 virtual TransportChannelImpl* CreateTransportChannel(
60 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
transport.cc 36 #include "talk/p2p/base/transportchannelimpl.h"
61 cricket::TransportChannelImpl* channel;
96 TransportChannelImpl* Transport::CreateChannel(
104 TransportChannelImpl* Transport::CreateChannel_w(
108 TransportChannelImpl* impl = CreateTransportChannel(name, content_type);
130 TransportChannelImpl* Transport::GetChannel(const std::string& name) {
150 TransportChannelImpl* impl = NULL;
184 CallChannels_w(&TransportChannelImpl::Connect);
205 std::vector<TransportChannelImpl*> impls;
236 CallChannels_w(&TransportChannelImpl::Reset)
    [all...]
rawtransport.cc 117 TransportChannelImpl* RawTransport::CreateTransportChannel(
124 void RawTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
rawtransportchannel.h 34 #include "talk/p2p/base/transportchannelimpl.h"
56 class RawTransportChannel : public TransportChannelImpl,
transportchannelproxy.cc 31 #include "talk/p2p/base/transportchannelimpl.h"
45 void TransportChannelProxy::SetImplementation(TransportChannelImpl* impl) {
p2ptransportchannel.h 48 #include "talk/p2p/base/transportchannelimpl.h"
67 class P2PTransportChannel : public TransportChannelImpl,
76 // From TransportChannelImpl:
p2ptransport.cc 192 TransportChannelImpl* P2PTransport::CreateTransportChannel(
197 void P2PTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h 44 class TransportChannelImpl : public TransportChannel {
46 explicit TransportChannelImpl(const std::string& content_name, int component)
79 sigslot::signal1<TransportChannelImpl*> SignalRequestSignaling;
90 sigslot::signal2<TransportChannelImpl*,
108 sigslot::signal1<TransportChannelImpl*> SignalCandidatesAllocationDone;
112 sigslot::signal1<TransportChannelImpl*> SignalRoleConflict;
115 DISALLOW_EVIL_CONSTRUCTORS(TransportChannelImpl);
transportchannelproxy.h 44 class TransportChannelImpl;
59 TransportChannelImpl* impl() { return impl_; }
62 void SetImplementation(TransportChannelImpl* impl);
97 TransportChannelImpl* impl_;
transport.h 78 class TransportChannelImpl;
252 TransportChannelImpl* CreateChannel(int component);
255 TransportChannelImpl* GetChannel(int component);
329 virtual TransportChannelImpl* CreateTransportChannel(int component) = 0;
330 virtual void DestroyTransportChannel(TransportChannelImpl* channel) = 0;
352 virtual bool ApplyLocalTransportDescription_w(TransportChannelImpl*
357 virtual bool ApplyRemoteTransportDescription_w(TransportChannelImpl* ch);
370 TransportChannelImpl* channel);
375 explicit ChannelMapEntry(TransportChannelImpl *impl)
388 TransportChannelImpl* get() const { return impl_;
    [all...]
dtlstransportchannel.h 39 #include "talk/p2p/base/transportchannelimpl.h"
88 // TransportChannelImpl* channel_;
106 class DtlsTransportChannelWrapper : public TransportChannelImpl {
121 TransportChannelImpl* channel);
178 // TransportChannelImpl calls.
211 TransportChannelImpl* channel() { return channel_; }
223 void OnRequestSignaling(TransportChannelImpl* channel);
224 void OnCandidateReady(TransportChannelImpl* channel, const Candidate& c);
225 void OnCandidatesAllocationDone(TransportChannelImpl* channel);
226 void OnRoleConflict(TransportChannelImpl* channel)
    [all...]
rawtransport.h 61 virtual TransportChannelImpl* CreateTransportChannel(int component);
62 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
dtlstransport.h 63 virtual bool ApplyLocalTransportDescription_w(TransportChannelImpl*
122 virtual void DestroyTransportChannel(TransportChannelImpl* channel) {
126 TransportChannelImpl* base_channel = dtls_channel->channel();
133 TransportChannelImpl* channel) {
p2ptransport.h 47 virtual TransportChannelImpl* CreateTransportChannel(int component);
48 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
rawtransport.cc 121 TransportChannelImpl* RawTransport::CreateTransportChannel(int component) {
127 void RawTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
transport.cc 36 #include "talk/p2p/base/transportchannelimpl.h"
79 TransportChannelImpl* channel;
163 TransportChannelImpl* Transport::CreateChannel(int component) {
169 TransportChannelImpl* Transport::CreateChannel_w(int component) {
171 TransportChannelImpl *impl;
226 TransportChannelImpl* Transport::GetChannel(int component) {
245 TransportChannelImpl* impl = NULL;
300 CallChannels_w(&TransportChannelImpl::Connect);
321 std::vector<TransportChannelImpl*> impls;
355 CallChannels_w(&TransportChannelImpl::Reset)
    [all...]
dtlstransportchannel.cc 97 TransportChannelImpl* channel)
98 : TransportChannelImpl(channel->content_name(), channel->component()),
546 TransportChannelImpl* channel) {
552 TransportChannelImpl* channel, const Candidate& c) {
558 TransportChannelImpl* channel) {
564 TransportChannelImpl* channel) {
rawtransportchannel.h 34 #include "talk/p2p/base/transportchannelimpl.h"
56 class RawTransportChannel : public TransportChannelImpl,
71 // Implements TransportChannelImpl.
fakesession.h 42 #include "talk/p2p/base/transportchannelimpl.h"
57 class FakeTransportChannel : public TransportChannelImpl,
63 : TransportChannelImpl(content_name, component),
327 virtual TransportChannelImpl* CreateTransportChannel(int component) {
338 virtual void DestroyTransportChannel(TransportChannelImpl* channel) {
p2ptransport.cc 72 TransportChannelImpl* P2PTransport::CreateTransportChannel(int component) {
77 void P2PTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc 65 void OnRequestSignaling(cricket::TransportChannelImpl* channel);
66 void OnCandidateReady(cricket::TransportChannelImpl* channel,
230 cricket::TransportChannelImpl* channel) {
236 cricket::TransportChannelImpl* channel,

Completed in 2268 milliseconds

1 2