HomeSort by relevance Sort by last modified time
    Searched defs:SetSendAudioLevelIndicationStatus (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc 95 int VoERTP_RTCPImpl::SetSendAudioLevelIndicationStatus(int channel,
99 "SetSendAudioLevelIndicationStatus(channel=%d, enable=%d,"
112 "SetSendAudioLevelIndicationStatus() invalid ID parameter");
122 "SetSendAudioLevelIndicationStatus() failed to locate channel");
125 return channelPtr->SetSendAudioLevelIndicationStatus(enable, id);
channel_proxy.cc 54 void ChannelProxy::SetSendAudioLevelIndicationStatus(bool enable, int id) {
56 int error = channel()->SetSendAudioLevelIndicationStatus(enable, id);
channel.cc     [all...]

Completed in 43 milliseconds