Home
last modified time | relevance | path

Searched refs:transport_channel (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dchannel.h86 TransportChannel* transport_channel);
92 TransportChannel* transport_channel() const { in transport_channel() function
Dchannel.cc93 TransportChannel* transport_channel) in BaseChannel() argument
101 transport_channel_(transport_channel), in BaseChannel()