Home
last modified time | relevance | path

Searched refs:SetSendTelephoneEventPayloadType (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel_proxy.cc130 bool ChannelProxy::SetSendTelephoneEventPayloadType(int payload_type) { in SetSendTelephoneEventPayloadType() function in webrtc::voe::ChannelProxy
132 return channel()->SetSendTelephoneEventPayloadType(payload_type) == 0; in SetSendTelephoneEventPayloadType()
Dvoe_dtmf_impl.cc131 int VoEDtmfImpl::SetSendTelephoneEventPayloadType(int channel, in SetSendTelephoneEventPayloadType() function in webrtc::VoEDtmfImpl
148 return channelPtr->SetSendTelephoneEventPayloadType(type); in SetSendTelephoneEventPayloadType()
Dvoe_dtmf_impl.h27 int SetSendTelephoneEventPayloadType(int channel,
Dchannel_proxy.h65 virtual bool SetSendTelephoneEventPayloadType(int payload_type);
Dchannel.h304 int SetSendTelephoneEventPayloadType(unsigned char type);
Dchannel.cc2539 Channel::SetSendTelephoneEventPayloadType(unsigned char type) in SetSendTelephoneEventPayloadType() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_dtmf.h65 virtual int SetSendTelephoneEventPayloadType(int channel,
/external/webrtc/webrtc/test/
Dmock_voe_channel_proxy.h41 MOCK_METHOD1(SetSendTelephoneEventPayloadType, bool(int payload_type));
Dmock_voice_engine.h151 MOCK_METHOD2(SetSendTelephoneEventPayloadType,
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Ddtmf_test.cc81 EXPECT_EQ(0, voe_dtmf_->SetSendTelephoneEventPayloadType( in TEST_F()
/external/webrtc/webrtc/audio/
Daudio_send_stream.cc121 return channel_proxy_->SetSendTelephoneEventPayloadType(payload_type) && in SendTelephoneEvent()
Daudio_send_stream_unittest.cc116 SetSendTelephoneEventPayloadType(kTelephoneEventPayloadType)) in SetupMockForSendTelephoneEvent()