Searched refs:SendTelephoneEventOutband (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/ |
D | test_api_audio.cc | 358 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/ |
D | voe_dtmf_impl.cc | 131 return channelPtr->SendTelephoneEventOutband(eventCode, in SendTelephoneEvent()
|
D | channel.h | 293 int SendTelephoneEventOutband(unsigned char eventCode, int lengthMs,
|
D | channel.cc | 2592 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/ |
D | rtp_rtcp.h | 645 virtual int32_t SendTelephoneEventOutband(
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 234 MOCK_METHOD3(SendTelephoneEventOutband,
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl.h | 282 virtual int32_t SendTelephoneEventOutband(const uint8_t key,
|
D | rtp_rtcp_impl.cc | 1001 int32_t ModuleRtpRtcpImpl::SendTelephoneEventOutband( in SendTelephoneEventOutband() function in webrtc::ModuleRtpRtcpImpl
|