Searched refs:SendTelephoneEventOutband (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | channel_proxy.cc | 135 bool ChannelProxy::SendTelephoneEventOutband(uint8_t event, in SendTelephoneEventOutband() function in webrtc::voe::ChannelProxy 139 channel()->SendTelephoneEventOutband(event, duration_ms, 10, false) == 0; in SendTelephoneEventOutband()
|
D | channel_proxy.h | 66 virtual bool SendTelephoneEventOutband(uint8_t event, uint32_t duration_ms);
|
D | voe_dtmf_impl.cc | 115 return channelPtr->SendTelephoneEventOutband(eventCode, lengthMs, in SendTelephoneEvent()
|
D | channel.h | 300 int SendTelephoneEventOutband(unsigned char eventCode, int lengthMs,
|
D | channel.cc | 2498 int Channel::SendTelephoneEventOutband(unsigned char eventCode, in SendTelephoneEventOutband() function in webrtc::voe::Channel 2511 if (_rtpRtcpModule->SendTelephoneEventOutband(eventCode, lengthMs, in SendTelephoneEventOutband()
|
/external/webrtc/webrtc/test/ |
D | mock_voe_channel_proxy.h | 42 MOCK_METHOD2(SendTelephoneEventOutband, bool(uint8_t event,
|
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/ |
D | test_api_audio.cc | 329 EXPECT_EQ(0, module1->SendTelephoneEventOutband(i, timeStamp, 10)); in TEST_F() 343 EXPECT_EQ(0, module1->SendTelephoneEventOutband(32, 9000, 10)); in TEST_F()
|
/external/webrtc/webrtc/audio/ |
D | audio_send_stream.cc | 122 channel_proxy_->SendTelephoneEventOutband(event, duration_ms); in SendTelephoneEvent()
|
D | audio_send_stream_unittest.cc | 119 SendTelephoneEventOutband(kTelephoneEventCode, kTelephoneEventDuration)) in SetupMockForSendTelephoneEvent()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp.h | 568 virtual int32_t SendTelephoneEventOutband(uint8_t key,
|
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 223 MOCK_METHOD3(SendTelephoneEventOutband,
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl.h | 255 int32_t SendTelephoneEventOutband(uint8_t key,
|
D | rtp_rtcp_impl.cc | 777 int32_t ModuleRtpRtcpImpl::SendTelephoneEventOutband( in SendTelephoneEventOutband() function in webrtc::ModuleRtpRtcpImpl
|