Searched refs:SetSendTelephoneEventPayloadType (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_dtmf.h66 virtual int SetSendTelephoneEventPayloadType(int channel,
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_dtmf_impl.h30 virtual int SetSendTelephoneEventPayloadType(int channel,
H A Dvoe_dtmf_impl.cc153 int VoEDtmfImpl::SetSendTelephoneEventPayloadType(int channel, function in class:webrtc::VoEDtmfImpl
157 "SetSendTelephoneEventPayloadType(channel=%d, type=%u)",
169 "SetSendTelephoneEventPayloadType() failed to locate channel");
172 return channelPtr->SetSendTelephoneEventPayloadType(type);
H A Dchannel.h299 int SetSendTelephoneEventPayloadType(unsigned char type);
H A Dchannel.cc2651 Channel::SetSendTelephoneEventPayloadType(unsigned char type) function in class:webrtc::voe::Channel
2654 "Channel::SetSendTelephoneEventPayloadType()");
2659 "SetSendTelephoneEventPayloadType() invalid type");
2672 "SetSendTelephoneEventPayloadType() failed to register send"
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Ddtmf_test.cc93 EXPECT_EQ(0, voe_dtmf_->SetSendTelephoneEventPayloadType(
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h683 WEBRTC_FUNC(SetSendTelephoneEventPayloadType,
H A Dwebrtcvoiceengine.cc2173 if (engine()->voe()->dtmf()->SetSendTelephoneEventPayloadType(
2175 LOG_RTCERR2(SetSendTelephoneEventPayloadType, channel, it->id);
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc954 _T("SetSendTelephoneEventPayloadType(channel=%d, codec.pltype=%u)"), _channel, codec.pltype);
963 TEST2(_veDTMFPtr->SetSendTelephoneEventPayloadType(_channel, pt) == 0,
964 _T("SetSendTelephoneEventPayloadType(channel=%d, type=%u)"), _channel, pt);

Completed in 975 milliseconds