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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddtmfsender.cc133 bool DtmfSender::InsertDtmf(const std::string& tones, int duration, function in class:webrtc::DtmfSender
140 LOG(LS_ERROR) << "InsertDtmf is called with invalid duration or tones gap. "
149 << "InsertDtmf is called on DtmfSender that can't send DTMF.";
227 if (!provider_->InsertDtmf(track_->id(), code, duration_)) {
H A Dwebrtcsession.cc900 bool WebRtcSession::InsertDtmf(const std::string& track_id, function in class:webrtc::WebRtcSession
904 LOG(LS_ERROR) << "InsertDtmf: No audio channel exists.";
910 LOG(LS_ERROR) << "InsertDtmf: Track does not exist: " << track_id;
913 if (!voice_channel_->InsertDtmf(send_ssrc, code, duration,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.h219 virtual bool InsertDtmf(uint32 ssrc, int event, int duration, int flags) { function in class:cricket::FileVoiceChannel
H A Dfakemediaengine.h361 virtual bool InsertDtmf(uint32 ssrc, int event_code, int duration, function in class:cricket::FakeVoiceMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc2542 bool WebRtcVoiceMediaChannel::InsertDtmf(uint32 ssrc, int event, function in class:cricket::WebRtcVoiceMediaChannel
2552 LOG(LS_WARNING) << "InsertDtmf - The specified ssrc "
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc1490 return InsertDtmf(0, digit, duration_ms, flags);
1499 bool VoiceChannel::InsertDtmf(uint32 ssrc, int event_code, int duration, function in class:cricket::VoiceChannel
1725 return media_channel()->InsertDtmf(ssrc, event, duration, flags);

Completed in 893 milliseconds