HomeSort by relevance Sort by last modified time
    Searched defs:TransportChannelImpl (Results 1 - 2 of 2) sorted by null

  /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);
  /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);

Completed in 471 milliseconds