Searched refs:SetReceiveAudioLevelIndicationStatus (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/webrtc/test/
H A Dmock_voe_channel_proxy.h30 MOCK_METHOD2(SetReceiveAudioLevelIndicationStatus, void(bool enable, int id));
H A Dmock_voice_engine.h269 MOCK_METHOD3(SetReceiveAudioLevelIndicationStatus,
/external/webrtc/webrtc/voice_engine/
H A Dchannel_proxy.h52 virtual void SetReceiveAudioLevelIndicationStatus(bool enable, int id);
H A Dvoe_rtp_rtcp_impl.h50 int SetReceiveAudioLevelIndicationStatus(int channel,
H A Dchannel_proxy.cc71 void ChannelProxy::SetReceiveAudioLevelIndicationStatus(bool enable, int id) { function in class:webrtc::voe::ChannelProxy
73 int error = channel()->SetReceiveAudioLevelIndicationStatus(enable, id);
H A Dvoe_rtp_rtcp_impl.cc128 int VoERTP_RTCPImpl::SetReceiveAudioLevelIndicationStatus(int channel, function in class:webrtc::VoERTP_RTCPImpl
133 "SetReceiveAudioLevelIndicationStatus(channel=%d, enable=%d, id=%u)",
154 "SetReceiveAudioLevelIndicationStatus() failed to locate channel");
157 return channel_ptr->SetReceiveAudioLevelIndicationStatus(enable, id);
H A Dchannel.h328 int SetReceiveAudioLevelIndicationStatus(bool enable, unsigned char id);
H A Dchannel.cc2895 int Channel::SetReceiveAudioLevelIndicationStatus(bool enable, function in class:webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h129 virtual int SetReceiveAudioLevelIndicationStatus(int channel, function in class:webrtc::VoERTP_RTCP
/external/webrtc/webrtc/audio/
H A Daudio_receive_stream.cc101 channel_proxy_->SetReceiveAudioLevelIndicationStatus(true, extension.id);
H A Daudio_receive_stream_unittest.cc91 SetReceiveAudioLevelIndicationStatus(true, kAudioLevelId))
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h609 WEBRTC_STUB(SetReceiveAudioLevelIndicationStatus, (int channel, bool enable,

Completed in 72 milliseconds