Home | History | Annotate | Download | only in base

Lines Matching refs:channel_

49       : channel_(channel),
72 TransportChannel* channel_; // owned by DtlsTransportChannelWrapper
88 // TransportChannelImpl* channel_;
94 // channel_ via OnReadPacket() is checked for whether it is DTLS
101 // downward_ or directly to channel_, depending on whether DTLS is
105 // which translates it into packet writes on channel_.
127 return channel_->GetIceRole();
141 return channel_->SetOption(opt, value);
144 return channel_->GetError();
147 return channel_->GetStats(infos);
150 return channel_->SessionId();
183 channel_->SetIceTiebreaker(tiebreaker);
186 channel_->SetIceProtocolType(type);
190 channel_->SetIceCredentials(ice_ufrag, ice_pwd);
194 channel_->SetRemoteIceCredentials(ice_ufrag, ice_pwd);
197 channel_->SetRemoteIceMode(mode);
204 channel_->OnSignalingReady();
207 channel_->OnCandidate(candidate);
211 TransportChannelImpl* channel() { return channel_; }
231 TransportChannelImpl* channel_; // Underlying channel, owned by transport_.
233 StreamInterfaceChannel* downward_; // Wrapper for channel_, owned by dtls_.