Home
last modified time | relevance | path

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

/external/webrtc/api/
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
/external/webrtc/pc/
Ddtmf_sender.cc108 bool DtmfSender::InsertDtmf(const std::string& tones, in InsertDtmf() function in webrtc::DtmfSender
Ddtmf_sender_unittest.cc86 bool InsertDtmf(int code, int duration) override { in InsertDtmf() function in FakeDtmfProvider
231 TEST_F(DtmfSenderTest, InsertDtmf) { in TEST_F() argument
Drtp_sender.cc451 bool AudioRtpSender::InsertDtmf(int code, int duration) { in InsertDtmf() function in webrtc::AudioRtpSender
Drtp_sender_receiver_unittest.cc1507 TEST_F(RtpSenderReceiverTest, InsertDtmf) { in TEST_F() argument
/external/webrtc/media/base/
Dfake_media_engine.cc144 bool FakeVoiceMediaChannel::InsertDtmf(uint32_t ssrc, in InsertDtmf() function in cricket::FakeVoiceMediaChannel
/external/webrtc/media/engine/
Dwebrtc_voice_engine.cc2147 bool WebRtcVoiceMediaChannel::InsertDtmf(uint32_t ssrc, in InsertDtmf() function in cricket::WebRtcVoiceMediaChannel