Searched defs:SendTelephoneEventActive (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.cc213 RTPSenderAudio::SendTelephoneEventActive(int8_t& telephoneEvent) const function in class:webrtc::RTPSenderAudio
H A Drtp_rtcp_impl.cc1008 bool ModuleRtpRtcpImpl::SendTelephoneEventActive( function in class:webrtc::ModuleRtpRtcpImpl
1010 return rtp_sender_.SendTelephoneEventActive(&telephone_event);
H A Drtp_sender.cc1535 bool RTPSender::SendTelephoneEventActive(int8_t *telephone_event) const { function in class:webrtc::RTPSender
1539 return audio_->SendTelephoneEventActive(*telephone_event);

Completed in 701 milliseconds