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