Searched defs:CanInsertDtmf (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddtmfsender.cc125 bool DtmfSender::CanInsertDtmf() { function in class:webrtc::DtmfSender
130 return provider_->CanInsertDtmf(track_->id());
147 if (!CanInsertDtmf()) {
H A Dwebrtcsession.cc927 bool WebRtcSession::CanInsertDtmf(const std::string& track_id) { function in class:webrtc::WebRtcSession
930 LOG(LS_ERROR) << "CanInsertDtmf: No audio channel exists.";
938 LOG(LS_ERROR) << "CanInsertDtmf: Track does not exist: " << track_id;
941 return voice_channel_->CanInsertDtmf();
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaengine.h353 virtual bool CanInsertDtmf() { function in class:cricket::FakeVoiceMediaChannel
H A Dmediachannel.h975 virtual bool CanInsertDtmf() { return false; } function in class:cricket::VoiceMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc2769 bool WebRtcVoiceMediaChannel::CanInsertDtmf() { function in class:cricket::WebRtcVoiceMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc1560 bool VoiceChannel::CanInsertDtmf() { function in class:cricket::VoiceChannel
1785 return media_channel()->CanInsertDtmf();

Completed in 332 milliseconds