Home
last modified time | relevance | path

Searched defs:InsertDtmf (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/api/
H A Ddtmf_sender_interface.h86 virtual bool InsertDtmf(const std::string& tones, in InsertDtmf() function
92 virtual bool InsertDtmf(const std::string& tones, in InsertDtmf() function
/aosp_15_r20/external/webrtc/pc/
H A Ddtmf_sender_unittest.cc83 bool InsertDtmf(int code, int duration) override { in InsertDtmf() function in FakeDtmfProvider
223 TEST_F(DtmfSenderTest, InsertDtmf) { in TEST_F() argument
H A Ddtmf_sender.cc111 bool DtmfSender::InsertDtmf(const std::string& tones, in InsertDtmf() function in webrtc::DtmfSender
H A Drtp_sender.cc638 bool AudioRtpSender::InsertDtmf(int code, int duration) { in InsertDtmf() function in webrtc::AudioRtpSender
H A Drtp_sender_receiver_unittest.cc1737 TEST_F(RtpSenderReceiverTest, InsertDtmf) { in TEST_F() argument
/aosp_15_r20/external/webrtc/media/base/
H A Dfake_media_engine.cc148 bool FakeVoiceMediaChannel::InsertDtmf(uint32_t ssrc, in InsertDtmf() function in cricket::FakeVoiceMediaChannel
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_voice_engine.cc2107 bool WebRtcVoiceMediaChannel::InsertDtmf(uint32_t ssrc, in InsertDtmf() function in cricket::WebRtcVoiceMediaChannel