Home
last modified time | relevance | path

Searched refs:StopSending (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/pc/
Ddtmf_sender.cc89 StopSending(); in ~DtmfSender()
226 StopSending(); in OnProviderDestroyed()
230 void DtmfSender::StopSending() { in StopSending() function in webrtc::DtmfSender
Ddtmf_sender.h80 void StopSending();
/external/webrtc/rtc_tools/network_tester/
Dpacket_sender.cc70 packet_sender_->StopSending(); in Run()
106 void PacketSender::StopSending() { in StopSending() function in webrtc::PacketSender
Dpacket_sender.h43 void StopSending();
/external/webrtc/call/
Dbitrate_estimator_tests.cc153 stream->StopSending(); in TearDown()
221 void StopSending() { in StopSending() function in webrtc::BitrateEstimatorTest::Stream
325 streams_[0]->StopSending(); in TEST_F()
326 streams_[1]->StopSending(); in TEST_F()
/external/rust/crates/quiche/src/
Dframe.rs59 StopSending { enumerator
179 0x05 => Frame::StopSending { in from_bytes()
360 Frame::StopSending { in to_bytes()
574 Frame::StopSending { in wire_len()
750 Frame::StopSending { in to_qlog()
899 Frame::StopSending { in fmt()
1225 let frame = Frame::StopSending { in stop_sending()
Dlib.rs3630 frame::Frame::StopSending { stream_id, .. } => { in process_frame()