Searched defs:PlayDtmfTone (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_dtmf_impl.cc118 _shared->output_mixer()->PlayDtmfTone(eventCode, lengthMs - 80,
196 int VoEDtmfImpl::PlayDtmfTone(int eventCode, function in class:webrtc::VoEDtmfImpl
201 "PlayDtmfTone(eventCode=%d, lengthMs=%d, attenuationDb=%d)",
212 "PlayDtmfTone() no channel is playing out");
223 "PlayDtmfTone() invalid tone parameter(s)");
226 return _shared->output_mixer()->PlayDtmfTone(eventCode, lengthMs,
H A Doutput_mixer.cc224 int OutputMixer::PlayDtmfTone(uint8_t eventCode, int lengthMs, function in class:webrtc::voe::OutputMixer
228 "OutputMixer::PlayDtmfTone()");
233 "OutputMixer::PlayDtmfTone()");

Completed in 77 milliseconds