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

/external/webrtc/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.cc1410 bool WebRtcSession::InsertDtmf(const std::string& track_id, function in class:webrtc::WebRtcSession
1414 LOG(LS_ERROR) << "InsertDtmf: No audio channel exists.";
1420 LOG(LS_ERROR) << "InsertDtmf: Track does not exist: " << track_id;
1423 if (!voice_channel_->InsertDtmf(send_ssrc, code, duration)) {
/external/webrtc/talk/media/base/
H A Dfakemediaengine.h321 virtual bool InsertDtmf(uint32_t ssrc, function in class:cricket::FakeVoiceMediaChannel
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc2141 bool WebRtcVoiceMediaChannel::InsertDtmf(uint32_t ssrc, int event, function in class:cricket::WebRtcVoiceMediaChannel
2144 LOG(LS_INFO) << "WebRtcVoiceMediaChannel::InsertDtmf";
/external/webrtc/talk/session/media/
H A Dchannel.cc1388 bool VoiceChannel::InsertDtmf(uint32_t ssrc, function in class:cricket::VoiceChannel
1603 return media_channel()->InsertDtmf(ssrc, event, duration);

Completed in 809 milliseconds