Home
last modified time | relevance | path

Searched refs:SendTelephoneEvent (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
Ddtmf_test.cc23 EXPECT_EQ(0, voe_dtmf_->SendTelephoneEvent( in RunSixteenDtmfEvents()
51 EXPECT_EQ(0, voe_dtmf_->SendTelephoneEvent(channel_, 32, true)); in TEST_F()
52 EXPECT_EQ(0, voe_dtmf_->SendTelephoneEvent(channel_, 110, true)); in TEST_F()
58 EXPECT_EQ(0, voe_dtmf_->SendTelephoneEvent(channel_, 0, true)); in TEST_F()
63 EXPECT_EQ(0, voe_dtmf_->SendTelephoneEvent(channel_, 0, true)); in TEST_F()
/external/chromium_org/third_party/webrtc/voice_engine/
Dvoe_dtmf_impl.h23 virtual int SendTelephoneEvent(
Dvoe_dtmf_impl.cc55 int VoEDtmfImpl::SendTelephoneEvent(int channel, in SendTelephoneEvent() function in webrtc::VoEDtmfImpl
/external/chromium_org/third_party/webrtc/voice_engine/include/
Dvoe_dtmf.h59 virtual int SendTelephoneEvent(int channel, int eventCode,
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
DWinTestDlg.cc437 void SendTelephoneEvent(unsigned char eventCode);
622 void CTelephonyEvent::SendTelephoneEvent(unsigned char eventCode) in SendTelephoneEvent() function in CTelephonyEvent
720 … TEST2(_veDTMFPtr->SendTelephoneEvent(_channel, eventCode, outBand, lengthMs, attenuationDb) == 0, in SendTelephoneEvent()
754 … TEST2(_veDTMFPtr->SendTelephoneEvent(_channel, eventCode, outBand, lengthMs, attenuationDb) == 0, in SendTelephoneEvent()
774 SendTelephoneEvent(eventCode); in OnBnClickedButtonSendTelephoneEvent()
779 SendTelephoneEvent(1); in OnBnClickedButton1()
784 SendTelephoneEvent(2); in OnBnClickedButton2()
789 SendTelephoneEvent(3); in OnBnClickedButton3()
794 SendTelephoneEvent(4); in OnBnClickedButton4()
799 SendTelephoneEvent(5); in OnBnClickedButton5()
[all …]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_sender_audio.h52 int32_t SendTelephoneEvent(const uint8_t key,
Drtp_sender_audio.cc498 RTPSenderAudio::SendTelephoneEvent(const uint8_t key, in SendTelephoneEvent() function in webrtc::RTPSenderAudio
Drtp_sender.h221 int32_t SendTelephoneEvent(const uint8_t key,
Drtp_sender.cc1490 int32_t RTPSender::SendTelephoneEvent(const uint8_t key, in SendTelephoneEvent() function in webrtc::RTPSender
1496 return audio_->SendTelephoneEvent(key, time_ms, level); in SendTelephoneEvent()
Drtp_rtcp_impl.cc950 return rtp_sender_.SendTelephoneEvent(key, time_ms, level); in SendTelephoneEventOutband()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvoiceengine.h553 WEBRTC_FUNC(SendTelephoneEvent, (int channel, int event_code,
Dwebrtcvoiceengine.cc3023 if (engine()->voe()->dtmf()->SendTelephoneEvent( in SetSendCodecs()
3025 LOG_RTCERR4(SendTelephoneEvent, channel, event, true, duration); in SetSendCodecs()