Searched defs:SetSendAudioLevelIndicationStatus (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/
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.cc2890 int Channel::SetSendAudioLevelIndicationStatus(bool enable, unsigned char id) { function in class:webrtc::voe::Channel

Completed in 126 milliseconds