Searched refs:CanInsertDtmf (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddtmfsender.h56 virtual bool CanInsertDtmf(const std::string& track_id) = 0;
83 virtual bool CanInsertDtmf() OVERRIDE;
125 PROXY_METHOD0(bool, CanInsertDtmf)
H A Ddtmfsenderinterface.h63 virtual bool CanInsertDtmf() = 0;
H A Ddtmfsender.cc125 bool DtmfSender::CanInsertDtmf() { function in class:webrtc::DtmfSender
130 return provider_->CanInsertDtmf(track_->id());
147 if (!CanInsertDtmf()) {
H A Ddtmfsender_unittest.cc93 virtual bool CanInsertDtmf(const std::string& track_label) OVERRIDE {
238 TEST_F(DtmfSenderTest, CanInsertDtmf) {
239 EXPECT_TRUE(dtmf_->CanInsertDtmf());
241 EXPECT_FALSE(dtmf_->CanInsertDtmf());
H A Dwebrtcsession.h178 virtual bool CanInsertDtmf(const std::string& track_id);
H A Dwebrtcsession.cc883 bool WebRtcSession::CanInsertDtmf(const std::string& track_id) { function in class:webrtc::WebRtcSession
886 LOG(LS_ERROR) << "CanInsertDtmf: No audio channel exists.";
894 LOG(LS_ERROR) << "CanInsertDtmf: Track does not exist: " << track_id;
897 return voice_channel_->CanInsertDtmf();
H A Dpeerconnection_unittest.cc250 EXPECT_TRUE(dtmf_sender->CanInsertDtmf());
H A Dpeerconnectioninterface_unittest.cc1196 EXPECT_FALSE(dtmf_sender->CanInsertDtmf());
H A Dwebrtcsession_unittest.cc716 EXPECT_FALSE(session_->CanInsertDtmf(""));
717 EXPECT_EQ(can, session_->CanInsertDtmf(kAudioTrack1));
2078 TEST_F(WebRtcSessionTest, CanInsertDtmf) {
/external/chromium_org/content/renderer/media/
H A Drtc_dtmf_sender_handler.cc38 return dtmf_sender_->CanInsertDtmf();
H A Dmock_peer_connection_impl.cc152 virtual bool CanInsertDtmf() OVERRIDE {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.h344 virtual bool CanInsertDtmf();
H A Dwebrtcvoiceengine_unittest.cc152 EXPECT_FALSE(channel_->CanInsertDtmf());
156 EXPECT_TRUE(channel_->CanInsertDtmf());
H A Dwebrtcvoiceengine.cc2538 bool WebRtcVoiceMediaChannel::CanInsertDtmf() { function in class:cricket::WebRtcVoiceMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaengine.h351 virtual bool CanInsertDtmf() { function in class:cricket::FakeVoiceMediaChannel
H A Dmediachannel.h770 virtual bool CanInsertDtmf() { return false; } function in class:cricket::VoiceMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.h385 bool CanInsertDtmf();
H A Dchannel.cc1493 bool VoiceChannel::CanInsertDtmf() { function in class:cricket::VoiceChannel
1716 return media_channel()->CanInsertDtmf();

Completed in 221 milliseconds