Home
last modified time | relevance | path

Searched refs:CanInsertDtmf (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/talk/app/webrtc/
Ddtmfsender.h56 virtual bool CanInsertDtmf(const std::string& track_id) = 0;
83 bool CanInsertDtmf() override;
126 PROXY_METHOD0(bool, CanInsertDtmf)
Ddtmfsender.cc125 bool DtmfSender::CanInsertDtmf() { in CanInsertDtmf() function in webrtc::DtmfSender
130 return provider_->CanInsertDtmf(track_->id()); in CanInsertDtmf()
147 if (!CanInsertDtmf()) { in InsertDtmf()
Ddtmfsender_unittest.cc93 bool CanInsertDtmf(const std::string& track_label) override { in CanInsertDtmf() function in FakeDtmfProvider
239 TEST_F(DtmfSenderTest, CanInsertDtmf) { in TEST_F() argument
240 EXPECT_TRUE(dtmf_->CanInsertDtmf()); in TEST_F()
242 EXPECT_FALSE(dtmf_->CanInsertDtmf()); in TEST_F()
Ddtmfsenderinterface.h63 virtual bool CanInsertDtmf() = 0;
Dwebrtcsession.h270 virtual bool CanInsertDtmf(const std::string& track_id);
Dwebrtcsession.cc1392 bool WebRtcSession::CanInsertDtmf(const std::string& track_id) { in CanInsertDtmf() function in webrtc::WebRtcSession
1407 return voice_channel_->CanInsertDtmf(); in CanInsertDtmf()
Dwebrtcsession_unittest.cc1139 EXPECT_FALSE(session_->CanInsertDtmf("")); in TestCanInsertDtmf()
1140 EXPECT_EQ(can, session_->CanInsertDtmf(kAudioTrack1)); in TestCanInsertDtmf()
3482 TEST_F(WebRtcSessionTest, CanInsertDtmf) { in TEST_F() argument
Dpeerconnection_unittest.cc522 EXPECT_TRUE(dtmf_sender->CanInsertDtmf()); in VerifyDtmf()
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.h189 bool CanInsertDtmf() override;
Dwebrtcvoiceengine_unittest.cc154 EXPECT_FALSE(channel_->CanInsertDtmf()); in TestInsertDtmf()
158 EXPECT_TRUE(channel_->CanInsertDtmf()); in TestInsertDtmf()
775 EXPECT_FALSE(channel_->CanInsertDtmf()); in TEST_F()
1616 EXPECT_TRUE(channel_->CanInsertDtmf()); in TEST_F()
1662 EXPECT_TRUE(channel_->CanInsertDtmf()); in TEST_F()
1695 EXPECT_TRUE(channel_->CanInsertDtmf()); in TEST_F()
1759 EXPECT_TRUE(channel_->CanInsertDtmf()); in TEST_F()
Dwebrtcvoiceengine.cc2137 bool WebRtcVoiceMediaChannel::CanInsertDtmf() { in CanInsertDtmf() function in cricket::WebRtcVoiceMediaChannel
/external/webrtc/talk/session/media/
Dchannel.h370 bool CanInsertDtmf();
Dchannel.cc1383 bool VoiceChannel::CanInsertDtmf() { in CanInsertDtmf() function in cricket::VoiceChannel
1384 return InvokeOnWorker(Bind(&VoiceMediaChannel::CanInsertDtmf, in CanInsertDtmf()
/external/webrtc/talk/media/base/
Dfakemediaengine.h311 virtual bool CanInsertDtmf() { in CanInsertDtmf() function
Dmediachannel.h1029 virtual bool CanInsertDtmf() = 0;