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

  /external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc 128 int VoERTP_RTCPImpl::SetReceiveAudioLevelIndicationStatus(int channel,
133 "SetReceiveAudioLevelIndicationStatus(channel=%d, enable=%d, id=%u)",
154 "SetReceiveAudioLevelIndicationStatus() failed to locate channel");
157 return channel_ptr->SetReceiveAudioLevelIndicationStatus(enable, id);
channel_proxy.cc 71 void ChannelProxy::SetReceiveAudioLevelIndicationStatus(bool enable, int id) {
73 int error = channel()->SetReceiveAudioLevelIndicationStatus(enable, id);
channel.cc     [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h 129 virtual int SetReceiveAudioLevelIndicationStatus(int channel,

Completed in 217 milliseconds