Home
last modified time | relevance | path

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

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