HomeSort by relevance Sort by last modified time
    Searched refs:FakeTransportChannel (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 56 // transport channel. Can be informed of another FakeTransportChannel via
58 class FakeTransportChannel : public TransportChannelImpl,
61 explicit FakeTransportChannel(Transport* transport,
79 ~FakeTransportChannel() {
157 void SetDestination(FakeTransportChannel* dest) {
307 FakeTransportChannel* dest_;
333 typedef std::map<int, FakeTransportChannel*> ChannelMap;
379 FakeTransportChannel* channel =
380 new FakeTransportChannel(this, content_name(), component);
402 FakeTransportChannel* GetFakeChannel(int component)
    [all...]
transport_unittest.cc 45 using cricket::FakeTransportChannel;
80 FakeTransportChannel* CreateChannel(int component) {
81 return static_cast<FakeTransportChannel*>(
102 FakeTransportChannel* channel_;
448 // Note that this tests the behavior of a FakeTransportChannel.
dtlstransportchannel_unittest.cc 120 cricket::FakeTransportChannel* GetFakeChannel(int component) {
125 static_cast<cricket::FakeTransportChannel*>(wrapper->channel()) : NULL;
536 cricket::FakeTransportChannel* channel1 = client1_.GetFakeChannel(0);
537 cricket::FakeTransportChannel* channel2 = client2_.GetFakeChannel(0);
555 cricket::FakeTransportChannel* channel1 = client1_.GetFakeChannel(0);
556 cricket::FakeTransportChannel* channel2 = client2_.GetFakeChannel(0);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector_unittest.cc 611 cricket::FakeTransportChannel* channel =
612 static_cast<cricket::FakeTransportChannel*>(
    [all...]

Completed in 97 milliseconds