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

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

Completed in 189 milliseconds