Searched refs:PlayDtmfTone (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_dtmf.h90 virtual int PlayDtmfTone(int eventCode, int lengthMs = 200,
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_dtmf_impl.h41 virtual int PlayDtmfTone(int eventCode,
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.h55 int PlayDtmfTone(uint8_t eventCode, int lengthMs, int attenuationDb);
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()");
H A Dchannel.cc294 _outputMixerPtr->PlayDtmfTone(event, lengthMs - 80, volume);
4199 _outputMixerPtr->PlayDtmfTone(eventCode, lengthMs - 80,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h696 WEBRTC_FUNC(PlayDtmfTone,
H A Dwebrtcvoiceengine.cc623 // PlayDtmfTone will be used if local playout is needed.
3090 if (engine()->voe()->dtmf()->PlayDtmfTone(event, duration) == -1) {
3091 LOG_RTCERR2(PlayDtmfTone, event, duration);
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc659 // --- PlayDtmfTone
663 TEST2(_veDTMFPtr->PlayDtmfTone(eventCode, lengthMs, attenuationDb) == 0,
664 _T("PlayDtmfTone(eventCode=%u, lengthMs=%d, attenuationDb=%d)"), eventCode, lengthMs, attenuationDb);
706 TEST2(_veDTMFPtr->PlayDtmfTone(eventCode, lengthMs, attenuationDb) == 0,
707 _T("PlayDtmfTone(eventCode=%u, outBand=%d, lengthMs=%d, attenuationDb=%d)"), eventCode, lengthMs, attenuationDb);

Completed in 231 milliseconds