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

/external/webrtc/webrtc/test/
H A Dmock_voe_channel_proxy.h42 MOCK_METHOD2(SendTelephoneEventOutband, bool(uint8_t event,
/external/webrtc/webrtc/voice_engine/
H A Dchannel_proxy.h66 virtual bool SendTelephoneEventOutband(uint8_t event, uint32_t duration_ms);
H A Dchannel_proxy.cc135 bool ChannelProxy::SendTelephoneEventOutband(uint8_t event, function in class:webrtc::voe::ChannelProxy
139 channel()->SendTelephoneEventOutband(event, duration_ms, 10, false) == 0;
H A Dvoe_dtmf_impl.cc115 return channelPtr->SendTelephoneEventOutband(eventCode, lengthMs,
H A Dchannel.h300 int SendTelephoneEventOutband(unsigned char eventCode, int lengthMs,
H A Dchannel.cc2498 int Channel::SendTelephoneEventOutband(unsigned char eventCode, function in class:webrtc::voe::Channel
2503 "Channel::SendTelephoneEventOutband(..., playDtmfEvent=%d)",
2511 if (_rtpRtcpModule->SendTelephoneEventOutband(eventCode, lengthMs,
2517 "SendTelephoneEventOutband() failed to send event");
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_audio.cc329 EXPECT_EQ(0, module1->SendTelephoneEventOutband(i, timeStamp, 10));
343 EXPECT_EQ(0, module1->SendTelephoneEventOutband(32, 9000, 10));
/external/webrtc/webrtc/audio/
H A Daudio_send_stream.cc122 channel_proxy_->SendTelephoneEventOutband(event, duration_ms);
H A Daudio_send_stream_unittest.cc119 SendTelephoneEventOutband(kTelephoneEventCode, kTelephoneEventDuration))
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp.h568 virtual int32_t SendTelephoneEventOutband(uint8_t key,
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h223 MOCK_METHOD3(SendTelephoneEventOutband,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.h255 int32_t SendTelephoneEventOutband(uint8_t key,
H A Drtp_rtcp_impl.cc777 int32_t ModuleRtpRtcpImpl::SendTelephoneEventOutband( function in class:webrtc::ModuleRtpRtcpImpl

Completed in 427 milliseconds