Searched refs:TransportChannelImpl (Results 1 – 15 of 15) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | transport.h | 75 class TransportChannelImpl; variable 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)();
|
D | transportchannelimpl.h | 44 class TransportChannelImpl : public TransportChannel { 46 TransportChannelImpl(const std::string& name, const std::string& content_type) in TransportChannelImpl() function 72 sigslot::signal2<TransportChannelImpl*, 76 DISALLOW_EVIL_CONSTRUCTORS(TransportChannelImpl);
|
D | transportchannelproxy.h | 37 class TransportChannelImpl; variable 48 TransportChannelImpl* impl() const { return impl_; } in impl() 51 void SetImplementation(TransportChannelImpl* impl); 63 TransportChannelImpl* impl_;
|
D | transport.cc | 61 cricket::TransportChannelImpl* channel; 96 TransportChannelImpl* Transport::CreateChannel( in CreateChannel() 104 TransportChannelImpl* Transport::CreateChannel_w( in CreateChannel_w() 108 TransportChannelImpl* impl = CreateTransportChannel(name, content_type); in CreateChannel_w() 130 TransportChannelImpl* Transport::GetChannel(const std::string& name) { in GetChannel() 150 TransportChannelImpl* impl = NULL; in DestroyChannel_w() 184 CallChannels_w(&TransportChannelImpl::Connect); in ConnectChannels_w() 205 std::vector<TransportChannelImpl*> impls; in DestroyAllChannels_w() 236 CallChannels_w(&TransportChannelImpl::Reset); in ResetChannels_w() 366 void Transport::OnChannelCandidateReady(TransportChannelImpl* channel, in OnChannelCandidateReady() [all …]
|
D | rawtransport.h | 58 virtual TransportChannelImpl* CreateTransportChannel( 60 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
|
D | p2ptransport.h | 48 virtual TransportChannelImpl* CreateTransportChannel( 50 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
|
D | rawtransport.cc | 117 TransportChannelImpl* RawTransport::CreateTransportChannel( in CreateTransportChannel() 124 void RawTransport::DestroyTransportChannel(TransportChannelImpl* channel) { in DestroyTransportChannel()
|
D | p2ptransport.cc | 192 TransportChannelImpl* P2PTransport::CreateTransportChannel( in CreateTransportChannel() 197 void P2PTransport::DestroyTransportChannel(TransportChannelImpl* channel) { in DestroyTransportChannel()
|
D | rawtransportchannel.h | 56 class RawTransportChannel : public TransportChannelImpl,
|
D | transportchannelproxy.cc | 45 void TransportChannelProxy::SetImplementation(TransportChannelImpl* impl) { in SetImplementation()
|
D | p2ptransportchannel.h | 67 class P2PTransportChannel : public TransportChannelImpl,
|
D | session.h | 51 class TransportChannelImpl; variable 113 TransportChannelImpl* GetOrCreateImpl(const std::string& name,
|
D | rawtransportchannel.cc | 59 : TransportChannelImpl(name, content_type), in RawTransportChannel()
|
D | session.cc | 139 TransportChannelImpl* TransportProxy::GetOrCreateImpl( in GetOrCreateImpl() 141 TransportChannelImpl* impl = transport_->GetChannel(name); in GetOrCreateImpl() 150 TransportChannelImpl* impl = GetOrCreateImpl(name, proxy->content_type()); in SetProxyImpl()
|
D | p2ptransportchannel.cc | 166 TransportChannelImpl(name, content_type), in P2PTransportChannel()
|