HomeSort by relevance Sort by last modified time
    Searched defs:PlayDtmfTone (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_dtmf_impl.cc 118 _shared->output_mixer()->PlayDtmfTone(eventCode, lengthMs - 80,
196 int VoEDtmfImpl::PlayDtmfTone(int eventCode,
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,
output_mixer.cc 224 int OutputMixer::PlayDtmfTone(uint8_t eventCode, int lengthMs,
228 "OutputMixer::PlayDtmfTone()");
233 "OutputMixer::PlayDtmfTone()");

Completed in 110 milliseconds