Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dchannel_proxy.cc135 bool ChannelProxy::SendTelephoneEventOutband(uint8_t event, in SendTelephoneEventOutband() function in webrtc::voe::ChannelProxy
139 channel()->SendTelephoneEventOutband(event, duration_ms, 10, false) == 0; in SendTelephoneEventOutband()
Dchannel_proxy.h66 virtual bool SendTelephoneEventOutband(uint8_t event, uint32_t duration_ms);
Dvoe_dtmf_impl.cc115 return channelPtr->SendTelephoneEventOutband(eventCode, lengthMs, in SendTelephoneEvent()
Dchannel.h300 int SendTelephoneEventOutband(unsigned char eventCode, int lengthMs,
Dchannel.cc2498 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/
Dmock_voe_channel_proxy.h42 MOCK_METHOD2(SendTelephoneEventOutband, bool(uint8_t event,
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_audio.cc329 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/
Daudio_send_stream.cc122 channel_proxy_->SendTelephoneEventOutband(event, duration_ms); in SendTelephoneEvent()
Daudio_send_stream_unittest.cc119 SendTelephoneEventOutband(kTelephoneEventCode, kTelephoneEventDuration)) in SetupMockForSendTelephoneEvent()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h568 virtual int32_t SendTelephoneEventOutband(uint8_t key,
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h223 MOCK_METHOD3(SendTelephoneEventOutband,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h255 int32_t SendTelephoneEventOutband(uint8_t key,
Drtp_rtcp_impl.cc777 int32_t ModuleRtpRtcpImpl::SendTelephoneEventOutband( in SendTelephoneEventOutband() function in webrtc::ModuleRtpRtcpImpl