Home
last modified time | relevance | path

Searched refs:SendTelephoneEventOutband (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_audio.cc358 EXPECT_EQ(0, module1->SendTelephoneEventOutband(i, timeStamp, 10)); in TEST_F()
372 EXPECT_EQ(0, module1->SendTelephoneEventOutband(32, 9000, 10)); in TEST_F()
/external/chromium_org/third_party/webrtc/voice_engine/
Dvoe_dtmf_impl.cc131 return channelPtr->SendTelephoneEventOutband(eventCode, in SendTelephoneEvent()
Dchannel.h293 int SendTelephoneEventOutband(unsigned char eventCode, int lengthMs,
Dchannel.cc2592 int Channel::SendTelephoneEventOutband(unsigned char eventCode, in SendTelephoneEventOutband() function in webrtc::voe::Channel
2602 if (_rtpRtcpModule->SendTelephoneEventOutband(eventCode, lengthMs, in SendTelephoneEventOutband()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp.h645 virtual int32_t SendTelephoneEventOutband(
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h234 MOCK_METHOD3(SendTelephoneEventOutband,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h282 virtual int32_t SendTelephoneEventOutband(const uint8_t key,
Drtp_rtcp_impl.cc1001 int32_t ModuleRtpRtcpImpl::SendTelephoneEventOutband( in SendTelephoneEventOutband() function in webrtc::ModuleRtpRtcpImpl