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.cc1081 bool WebRtcSession::InsertDtmf(const std::string& track_id, function in class:webrtc::WebRtcSession
1085 LOG(LS_ERROR) << "InsertDtmf: No audio channel exists.";
1091 LOG(LS_ERROR) << "InsertDtmf: Track does not exist: " << track_id;
1094 if (!voice_channel_->InsertDtmf(send_ssrc, code, duration,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.h228 virtual bool InsertDtmf(uint32 ssrc, int event, int duration, int flags) { function in class:cricket::FileVoiceChannel
H A Dfakemediaengine.h365 virtual bool InsertDtmf(uint32 ssrc, int event_code, int duration, function in class:cricket::FakeVoiceMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc1327 return InsertDtmf(0, digit, duration_ms, flags);
1335 bool VoiceChannel::InsertDtmf(uint32 ssrc, int event_code, int duration, function in class:cricket::VoiceChannel
1575 return media_channel()->InsertDtmf(ssrc, event, duration, flags);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc3048 bool WebRtcVoiceMediaChannel::InsertDtmf(uint32 ssrc, int event, function in class:cricket::WebRtcVoiceMediaChannel
3075 LOG(LS_WARNING) << "InsertDtmf - The specified ssrc "

Completed in 145 milliseconds