Home | History | Annotate | Download | only in media

Lines Matching refs:TransportChannel

99   TransportChannel* transport_channel() const {
102 TransportChannel* rtcp_transport_channel() const {
183 void set_transport_channel(TransportChannel* transport);
184 void set_rtcp_transport_channel(TransportChannel* transport,
204 void ConnectToTransportChannel(TransportChannel* tc);
205 void DisconnectFromTransportChannel(TransportChannel* tc);
215 // From TransportChannel
216 void OnWritableState(TransportChannel* channel);
217 virtual void OnChannelRead(TransportChannel* channel,
222 void OnReadyToSend(TransportChannel* channel);
224 void OnDtlsState(TransportChannel* channel, DtlsTransportState state);
226 bool PacketIsRtcp(const TransportChannel* channel, const char* data,
250 bool SetDtlsSrtpCryptoSuites(TransportChannel* tc, bool rtcp);
317 TransportChannel* transport_channel_;
319 TransportChannel* rtcp_transport_channel_;
403 virtual void OnChannelRead(TransportChannel* channel,