Searched refs:SetReceiveAudioLevelIndicationStatus (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | channel_proxy.cc | 71 void ChannelProxy::SetReceiveAudioLevelIndicationStatus(bool enable, int id) { in SetReceiveAudioLevelIndicationStatus() function in webrtc::voe::ChannelProxy 73 int error = channel()->SetReceiveAudioLevelIndicationStatus(enable, id); in SetReceiveAudioLevelIndicationStatus()
|
D | channel_proxy.h | 52 virtual void SetReceiveAudioLevelIndicationStatus(bool enable, int id);
|
D | voe_rtp_rtcp_impl.h | 50 int SetReceiveAudioLevelIndicationStatus(int channel,
|
D | voe_rtp_rtcp_impl.cc | 128 int VoERTP_RTCPImpl::SetReceiveAudioLevelIndicationStatus(int channel, in SetReceiveAudioLevelIndicationStatus() function in webrtc::VoERTP_RTCPImpl 157 return channel_ptr->SetReceiveAudioLevelIndicationStatus(enable, id); in SetReceiveAudioLevelIndicationStatus()
|
D | channel.h | 328 int SetReceiveAudioLevelIndicationStatus(bool enable, unsigned char id);
|
D | channel.cc | 2895 int Channel::SetReceiveAudioLevelIndicationStatus(bool enable, in SetReceiveAudioLevelIndicationStatus() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/test/ |
D | mock_voe_channel_proxy.h | 30 MOCK_METHOD2(SetReceiveAudioLevelIndicationStatus, void(bool enable, int id));
|
D | mock_voice_engine.h | 269 MOCK_METHOD3(SetReceiveAudioLevelIndicationStatus,
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_rtp_rtcp.h | 129 virtual int SetReceiveAudioLevelIndicationStatus(int channel,
|
/external/webrtc/webrtc/audio/ |
D | audio_receive_stream.cc | 101 channel_proxy_->SetReceiveAudioLevelIndicationStatus(true, extension.id); in AudioReceiveStream()
|
D | audio_receive_stream_unittest.cc | 91 SetReceiveAudioLevelIndicationStatus(true, kAudioLevelId)) in ConfigHelper()
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 609 WEBRTC_STUB(SetReceiveAudioLevelIndicationStatus, (int channel, bool enable,
|