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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.h48 virtual int SetSendAudioLevelIndicationStatus(int channel,
H A Dvoe_rtp_rtcp_impl.cc113 int VoERTP_RTCPImpl::SetSendAudioLevelIndicationStatus(int channel, function in class:webrtc::VoERTP_RTCPImpl
118 "SetSendAudioLevelIndicationStatus(channel=%d, enable=%d,"
131 "SetSendAudioLevelIndicationStatus() invalid ID parameter");
141 "SetSendAudioLevelIndicationStatus() failed to locate channel");
144 return channelPtr->SetSendAudioLevelIndicationStatus(enable, id);
H A Dchannel.h324 int SetSendAudioLevelIndicationStatus(bool enable, unsigned char id);
H A Dchannel.cc3078 int Channel::SetSendAudioLevelIndicationStatus(bool enable, unsigned char id) { function in class:webrtc::voe::Channel
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_extensions.cc115 EXPECT_EQ(0, voe_rtp_rtcp_->SetSendAudioLevelIndicationStatus(channel_, true,
138 EXPECT_EQ(0, voe_rtp_rtcp_->SetSendAudioLevelIndicationStatus(channel_, true,
151 EXPECT_EQ(0, voe_rtp_rtcp_->SetSendAudioLevelIndicationStatus(channel_, true,
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h141 virtual int SetSendAudioLevelIndicationStatus(int channel,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h902 WEBRTC_FUNC(SetSendAudioLevelIndicationStatus, (int channel, bool enable,
H A Dwebrtcvoiceengine.cc2381 &webrtc::VoERTP_RTCP::SetSendAudioLevelIndicationStatus, channel_id,

Completed in 5784 milliseconds