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.cc1064 bool WebRtcSession::CanInsertDtmf(const std::string& track_id) { function in class:webrtc::WebRtcSession
1067 LOG(LS_ERROR) << "CanInsertDtmf: No audio channel exists.";
1075 LOG(LS_ERROR) << "CanInsertDtmf: Track does not exist: " << track_id;
1078 return voice_channel_->CanInsertDtmf();
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaengine.h355 virtual bool CanInsertDtmf() { function in class:cricket::FakeVoiceMediaChannel
H A Dmediachannel.h1105 virtual bool CanInsertDtmf() { return false; } function in class:cricket::VoiceMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc1330 bool VoiceChannel::CanInsertDtmf() { function in class:cricket::VoiceChannel
1331 return InvokeOnWorker(Bind(&VoiceMediaChannel::CanInsertDtmf,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc3044 bool WebRtcVoiceMediaChannel::CanInsertDtmf() { function in class:cricket::WebRtcVoiceMediaChannel

Completed in 699 milliseconds