Searched defs:SendTelephoneEvent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_dtmf_impl.cc55 int VoEDtmfImpl::SendTelephoneEvent(int channel, function in class:webrtc::VoEDtmfImpl
62 "SendTelephoneEvent(channel=%d, eventCode=%d, outOfBand=%d,"
75 "SendTelephoneEvent() failed to locate channel");
81 "SendTelephoneEvent() sending is not active");
98 "SendTelephoneEvent() invalid parameter(s)");
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.cc500 RTPSenderAudio::SendTelephoneEvent(const uint8_t key, function in class:webrtc::RTPSenderAudio
567 "Audio::SendTelephoneEvent",
H A Drtp_sender.cc1526 int32_t RTPSender::SendTelephoneEvent(const uint8_t key, function in class:webrtc::RTPSender
1532 return audio_->SendTelephoneEvent(key, time_ms, level);
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc437 void SendTelephoneEvent(unsigned char eventCode);
622 void CTelephonyEvent::SendTelephoneEvent(unsigned char eventCode) function in class:CTelephonyEvent
716 // --- SendTelephoneEvent
720 TEST2(_veDTMFPtr->SendTelephoneEvent(_channel, eventCode, outBand, lengthMs, attenuationDb) == 0,
721 _T("SendTelephoneEvent(channel=%d, eventCode=%u, outBand=%d, lengthMs=%d, attenuationDb=%d)"), _channel, eventCode, outBand, lengthMs, attenuationDb);
754 TEST2(_veDTMFPtr->SendTelephoneEvent(_channel, eventCode, outBand, lengthMs, attenuationDb) == 0,
755 _T("SendTelephoneEvent(channel=%d, eventCode=%u, outBand=%d, lengthMs=%d, attenuationDb=%d)"), _channel, eventCode, outBand, lengthMs, attenuationDb);
774 SendTelephoneEvent(eventCode);
779 SendTelephoneEvent(1);
784 SendTelephoneEvent(
[all...]

Completed in 2792 milliseconds