OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtcp_transport_channel_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/session/media/
channel.cc
180
rtcp_transport_channel_
(nullptr),
213
if (
rtcp_transport_channel_
) {
214
DisconnectFromTransportChannel(
rtcp_transport_channel_
);
333
TransportChannel* old_tc =
rtcp_transport_channel_
;
346
rtcp_transport_channel_
= new_tc;
482
channel =
rtcp_transport_channel_
;
491
ASSERT(channel == transport_channel_ || channel ==
rtcp_transport_channel_
);
511
ASSERT(channel == transport_channel_ || channel ==
rtcp_transport_channel_
);
512
SetReadyToSend(channel ==
rtcp_transport_channel_
, true);
539
// In the case of rtcp mux |
rtcp_transport_channel_
| will be null
[
all
...]
channel.h
103
return
rtcp_transport_channel_
;
179
// Sets the |transport_channel_| (and |
rtcp_transport_channel_
|, if |rtcp_| is
319
TransportChannel*
rtcp_transport_channel_
;
member in class:cricket::BaseChannel
Completed in 2262 milliseconds