Searched refs:SetSendAudioLevelIndicationStatus (Results 1 - 14 of 14) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_extensions.cc112 EXPECT_EQ(0, voe_rtp_rtcp_->SetSendAudioLevelIndicationStatus(channel_, true,
135 EXPECT_EQ(0, voe_rtp_rtcp_->SetSendAudioLevelIndicationStatus(channel_, true,
148 EXPECT_EQ(0, voe_rtp_rtcp_->SetSendAudioLevelIndicationStatus(channel_, true,
/external/webrtc/webrtc/test/
H A Dmock_voe_channel_proxy.h27 MOCK_METHOD2(SetSendAudioLevelIndicationStatus, void(bool enable, int id));
H A Dmock_voice_engine.h267 MOCK_METHOD3(SetSendAudioLevelIndicationStatus,
/external/webrtc/webrtc/voice_engine/
H A Dchannel_proxy.h49 virtual void SetSendAudioLevelIndicationStatus(bool enable, int id);
H A Dvoe_rtp_rtcp_impl.h47 int SetSendAudioLevelIndicationStatus(int channel,
H A Dchannel_proxy.cc54 void ChannelProxy::SetSendAudioLevelIndicationStatus(bool enable, int id) { function in class:webrtc::voe::ChannelProxy
56 int error = channel()->SetSendAudioLevelIndicationStatus(enable, id);
H A Dvoe_rtp_rtcp_impl.cc95 int VoERTP_RTCPImpl::SetSendAudioLevelIndicationStatus(int channel, function in class:webrtc::VoERTP_RTCPImpl
99 "SetSendAudioLevelIndicationStatus(channel=%d, enable=%d,"
112 "SetSendAudioLevelIndicationStatus() invalid ID parameter");
122 "SetSendAudioLevelIndicationStatus() failed to locate channel");
125 return channelPtr->SetSendAudioLevelIndicationStatus(enable, id);
H A Dchannel.h327 int SetSendAudioLevelIndicationStatus(bool enable, unsigned char id);
H A Dchannel.cc2890 int Channel::SetSendAudioLevelIndicationStatus(bool enable, unsigned char id) { function in class:webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h123 virtual int SetSendAudioLevelIndicationStatus(int channel,
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
H A Dconference_transport.cc70 SetSendAudioLevelIndicationStatus(local_sender_, true,
232 SetSendAudioLevelIndicationStatus(new_sender, true, kAudioLevelHeaderId));
/external/webrtc/webrtc/audio/
H A Daudio_send_stream.cc83 channel_proxy_->SetSendAudioLevelIndicationStatus(true, extension.id);
H A Daudio_send_stream_unittest.cc81 SetSendAudioLevelIndicationStatus(true, kAudioLevelId)).Times(1);
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h607 WEBRTC_STUB(SetSendAudioLevelIndicationStatus, (int channel, bool enable,

Completed in 773 milliseconds