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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_dtmf_impl.cc175 int VoEDtmfImpl::GetSendTelephoneEventPayloadType(int channel, function in class:webrtc::VoEDtmfImpl
179 "GetSendTelephoneEventPayloadType(channel=%d)", channel);
190 "GetSendTelephoneEventPayloadType() failed to locate channel");
193 return channelPtr->GetSendTelephoneEventPayloadType(type);
H A Dchannel.cc2682 Channel::GetSendTelephoneEventPayloadType(unsigned char& type) function in class:webrtc::voe::Channel
2685 "Channel::GetSendTelephoneEventPayloadType()");
2689 "GetSendTelephoneEventPayloadType() => type=%u", type);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h344 int GetSendTelephoneEventPayloadType(int channel) { function in class:cricket::FakeWebRtcVoiceEngine
688 WEBRTC_STUB(GetSendTelephoneEventPayloadType,

Completed in 1132 milliseconds