/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/ |
D | dtmf_test.cc | 23 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/ |
D | voe_dtmf_impl.h | 23 virtual int SendTelephoneEvent(
|
D | voe_dtmf_impl.cc | 55 int VoEDtmfImpl::SendTelephoneEvent(int channel, in SendTelephoneEvent() function in webrtc::VoEDtmfImpl
|
/external/chromium_org/third_party/webrtc/voice_engine/include/ |
D | voe_dtmf.h | 59 virtual int SendTelephoneEvent(int channel, int eventCode,
|
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/ |
D | WinTestDlg.cc | 437 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/ |
D | rtp_sender_audio.h | 52 int32_t SendTelephoneEvent(const uint8_t key,
|
D | rtp_sender_audio.cc | 498 RTPSenderAudio::SendTelephoneEvent(const uint8_t key, in SendTelephoneEvent() function in webrtc::RTPSenderAudio
|
D | rtp_sender.h | 221 int32_t SendTelephoneEvent(const uint8_t key,
|
D | rtp_sender.cc | 1490 int32_t RTPSender::SendTelephoneEvent(const uint8_t key, in SendTelephoneEvent() function in webrtc::RTPSender 1496 return audio_->SendTelephoneEvent(key, time_ms, level); in SendTelephoneEvent()
|
D | rtp_rtcp_impl.cc | 950 return rtp_sender_.SendTelephoneEvent(key, time_ms, level); in SendTelephoneEventOutband()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 553 WEBRTC_FUNC(SendTelephoneEvent, (int channel, int event_code,
|
D | webrtcvoiceengine.cc | 3023 if (engine()->voe()->dtmf()->SendTelephoneEvent( in SetSendCodecs() 3025 LOG_RTCERR4(SendTelephoneEvent, channel, event, true, duration); in SetSendCodecs()
|