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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 82 bool Init(TransportChannel* transport_channel,
91 TransportChannel* transport_channel() const { function in class:cricket::BaseChannel
channel_unittest.cc 1765 cricket::TransportChannel* transport_channel = local
    [all...]
channel.cc 197 bool BaseChannel::Init(TransportChannel* transport_channel,
199 if (transport_channel == NULL) {
205 transport_channel_ = transport_channel;
    [all...]

Completed in 84 milliseconds