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

  /external/webrtc/webrtc/voice_engine/
voe_dtmf_impl.cc 103 _shared->output_mixer()->PlayDtmfTone(eventCode, lengthMs - 80,
168 int VoEDtmfImpl::PlayDtmfTone(int eventCode, int lengthMs, int attenuationDb) {
170 "PlayDtmfTone(eventCode=%d, lengthMs=%d, attenuationDb=%d)",
179 "PlayDtmfTone() no channel is playing out");
188 "PlayDtmfTone() invalid tone parameter(s)");
191 return _shared->output_mixer()->PlayDtmfTone(eventCode, lengthMs,
output_mixer.cc 200 int OutputMixer::PlayDtmfTone(uint8_t eventCode, int lengthMs,
204 "OutputMixer::PlayDtmfTone()");
209 "OutputMixer::PlayDtmfTone()");

Completed in 45 milliseconds