Searched defs:SendTelephoneEventOutband (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.cc1001 int32_t ModuleRtpRtcpImpl::SendTelephoneEventOutband( function in class:webrtc::ModuleRtpRtcpImpl
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc2592 int Channel::SendTelephoneEventOutband(unsigned char eventCode, function in class:webrtc::voe::Channel
2597 "Channel::SendTelephoneEventOutband(..., playDtmfEvent=%d)",
2602 if (_rtpRtcpModule->SendTelephoneEventOutband(eventCode, lengthMs,
2608 "SendTelephoneEventOutband() failed to send event");

Completed in 275 milliseconds