Searched refs:TransportChannelImpl (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelimpl.h44 class TransportChannelImpl : public TransportChannel { class in namespace:cricket
46 explicit TransportChannelImpl(const std::string& content_name, int component) function in class:cricket::TransportChannelImpl
82 sigslot::signal1<TransportChannelImpl*> SignalRequestSignaling;
93 sigslot::signal2<TransportChannelImpl*,
99 // retains ownership and must delete it after this TransportChannelImpl is
112 sigslot::signal1<TransportChannelImpl*> SignalCandidatesAllocationDone;
116 sigslot::signal1<TransportChannelImpl*> SignalRoleConflict;
120 sigslot::signal1<TransportChannelImpl*> SignalConnectionRemoved;
123 DISALLOW_EVIL_CONSTRUCTORS(TransportChannelImpl);
H A Dtransport.h79 class TransportChannelImpl;
268 TransportChannelImpl* CreateChannel(int component);
271 TransportChannelImpl* GetChannel(int component);
349 virtual TransportChannelImpl* CreateTransportChannel(int component) = 0;
350 virtual void DestroyTransportChannel(TransportChannelImpl* channel) = 0;
376 virtual bool ApplyLocalTransportDescription_w(TransportChannelImpl* channel,
381 virtual bool ApplyRemoteTransportDescription_w(TransportChannelImpl* ch,
396 TransportChannelImpl* channel, std::string* error_desc);
405 explicit ChannelMapEntry(TransportChannelImpl *impl)
418 TransportChannelImpl* ge
[all...]
H A Drawtransport.h61 virtual TransportChannelImpl* CreateTransportChannel(int component);
62 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
H A Ddtlstransportchannel.h88 // TransportChannelImpl* channel_;
106 class DtlsTransportChannelWrapper : public TransportChannelImpl {
121 TransportChannelImpl* channel);
192 // TransportChannelImpl calls.
228 TransportChannelImpl* channel() { return channel_; }
240 void OnRequestSignaling(TransportChannelImpl* channel);
241 void OnCandidateReady(TransportChannelImpl* channel, const Candidate& c);
242 void OnCandidatesAllocationDone(TransportChannelImpl* channel);
243 void OnRoleConflict(TransportChannelImpl* channel);
245 void OnConnectionRemoved(TransportChannelImpl* channe
[all...]
H A Dtransportchannelproxy.h44 class TransportChannelImpl;
59 TransportChannelImpl* impl() { return impl_; }
62 void SetImplementation(TransportChannelImpl* impl);
103 TransportChannelImpl* impl_;
H A Dp2ptransport.h47 virtual TransportChannelImpl* CreateTransportChannel(int component);
48 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
H A Ddtlstransport.h70 virtual bool ApplyLocalTransportDescription_w(TransportChannelImpl* channel,
213 virtual void DestroyTransportChannel(TransportChannelImpl* channel) {
217 TransportChannelImpl* base_channel = dtls_channel->channel();
230 TransportChannelImpl* channel,
H A Dtransport.cc75 TransportChannelImpl* channel;
214 TransportChannelImpl* Transport::CreateChannel(int component) {
215 return worker_thread_->Invoke<TransportChannelImpl*>(Bind(
219 TransportChannelImpl* Transport::CreateChannel_w(int component) {
221 TransportChannelImpl *impl;
279 TransportChannelImpl* Transport::GetChannel(int component) {
298 TransportChannelImpl* impl = NULL;
354 CallChannels_w(&TransportChannelImpl::Connect);
376 std::vector<TransportChannelImpl*> impls;
410 CallChannels_w(&TransportChannelImpl
[all...]
H A Drawtransport.cc121 TransportChannelImpl* RawTransport::CreateTransportChannel(int component) {
127 void RawTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
H A Ddtlstransportchannel.cc100 TransportChannelImpl* channel)
101 : TransportChannelImpl(channel->content_name(), channel->component()),
606 TransportChannelImpl* channel) {
612 TransportChannelImpl* channel, const Candidate& c) {
618 TransportChannelImpl* channel) {
624 TransportChannelImpl* channel) {
636 TransportChannelImpl* channel) {
H A Dfakesession.h58 class FakeTransportChannel : public TransportChannelImpl,
64 : TransportChannelImpl(content_name, component),
375 virtual TransportChannelImpl* CreateTransportChannel(int component) {
386 virtual void DestroyTransportChannel(TransportChannelImpl* channel) {
H A Dp2ptransport.cc72 TransportChannelImpl* P2PTransport::CreateTransportChannel(int component) {
77 void P2PTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
H A Dsession.h56 class TransportChannelImpl;
185 TransportChannelImpl* GetOrCreateChannelProxyImpl(int component);
186 TransportChannelImpl* GetOrCreateChannelProxyImpl_w(int component);
194 TransportChannelImpl* impl);
196 TransportChannelImpl* impl);
H A Drawtransportchannel.cc59 : TransportChannelImpl(content_name, component),
H A Drawtransportchannel.h56 class RawTransportChannel : public TransportChannelImpl,
72 // Implements TransportChannelImpl.
H A Dp2ptransportchannel.h68 class P2PTransportChannel : public TransportChannelImpl,
77 // From TransportChannelImpl:
H A Dtransportchannelproxy.cc57 void TransportChannelProxy::SetImplementation(TransportChannelImpl* impl) {
H A Dsession.cc199 TransportChannelImpl* TransportProxy::GetOrCreateChannelProxyImpl(
201 return worker_thread_->Invoke<TransportChannelImpl*>(Bind(
205 TransportChannelImpl* TransportProxy::GetOrCreateChannelProxyImpl_w(
208 TransportChannelImpl* impl = transport_->get()->GetChannel(component);
224 TransportChannelImpl* impl = GetOrCreateChannelProxyImpl(component);
230 TransportChannelImpl* impl) {
236 TransportChannelImpl* impl) {
H A Dp2ptransportchannel_unittest.cc648 void OnChannelRequestSignaling(cricket::TransportChannelImpl* channel) {
652 void OnCandidate(cricket::TransportChannelImpl* ch,
681 void OnRoleConflict(cricket::TransportChannelImpl* channel) {
H A Ddtlstransportchannel_unittest.cc121 cricket::TransportChannelImpl* ch = transport_->GetChannel(component);
H A Dp2ptransportchannel.cc159 TransportChannelImpl(content_name, component),
/external/chromium_org/remoting/protocol/
H A Dlibjingle_transport_factory.cc61 void OnRequestSignaling(cricket::TransportChannelImpl* channel);
62 void OnCandidateReady(cricket::TransportChannelImpl* channel,
229 cricket::TransportChannelImpl* channel) {
235 cricket::TransportChannelImpl* channel,

Completed in 1455 milliseconds