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

/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_dtmf.h65 virtual int SetSendTelephoneEventPayloadType(int channel,
/external/webrtc/webrtc/voice_engine/
H A Dvoe_dtmf_impl.h27 int SetSendTelephoneEventPayloadType(int channel,
H A Dchannel_proxy.h65 virtual bool SetSendTelephoneEventPayloadType(int payload_type);
H A Dchannel_proxy.cc130 bool ChannelProxy::SetSendTelephoneEventPayloadType(int payload_type) { function in class:webrtc::voe::ChannelProxy
132 return channel()->SetSendTelephoneEventPayloadType(payload_type) == 0;
H A Dvoe_dtmf_impl.cc131 int VoEDtmfImpl::SetSendTelephoneEventPayloadType(int channel, function in class:webrtc::VoEDtmfImpl
134 "SetSendTelephoneEventPayloadType(channel=%d, type=%u)", channel,
145 "SetSendTelephoneEventPayloadType() failed to locate channel");
148 return channelPtr->SetSendTelephoneEventPayloadType(type);
H A Dchannel.h304 int SetSendTelephoneEventPayloadType(unsigned char type);
H A Dchannel.cc2539 Channel::SetSendTelephoneEventPayloadType(unsigned char type) function in class:webrtc::voe::Channel
2542 "Channel::SetSendTelephoneEventPayloadType()");
2547 "SetSendTelephoneEventPayloadType() invalid type");
2560 "SetSendTelephoneEventPayloadType() failed to register send"
/external/webrtc/webrtc/test/
H A Dmock_voe_channel_proxy.h41 MOCK_METHOD1(SetSendTelephoneEventPayloadType, bool(int payload_type));
H A Dmock_voice_engine.h151 MOCK_METHOD2(SetSendTelephoneEventPayloadType,
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Ddtmf_test.cc81 EXPECT_EQ(0, voe_dtmf_->SetSendTelephoneEventPayloadType(
/external/webrtc/webrtc/audio/
H A Daudio_send_stream.cc121 return channel_proxy_->SetSendTelephoneEventPayloadType(payload_type) &&
H A Daudio_send_stream_unittest.cc116 SetSendTelephoneEventPayloadType(kTelephoneEventPayloadType))

Completed in 214 milliseconds