Searched refs:set_receiving (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dtransportchannel.cc26 void TransportChannel::set_receiving(bool receiving) { function in class:cricket::TransportChannel
H A Dtransportchannel.h165 void set_receiving(bool receiving);
H A Dport.cc841 void Connection::set_receiving(bool value) { function in class:cricket::Connection
843 LOG_J(LS_VERBOSE, this) << "set_receiving to " << value;
890 set_receiving(true);
1088 set_receiving(receiving);
1105 set_receiving(true);
1115 set_receiving(true);
H A Ddtlstransportchannel.cc444 // Note: SignalReceivingState fired by set_receiving.
445 set_receiving(channel_->receiving());
H A Dport.h596 void set_receiving(bool value);
H A Dfaketransportcontroller.h185 void SetReceiving(bool receiving) { set_receiving(receiving); }
H A Dp2ptransportchannel.cc1122 set_receiving(receiving);

Completed in 117 milliseconds