Searched refs:GetSpeechOutputLevel (Results 1 – 11 of 11) sorted by relevance
252 int VoEVolumeControlImpl::GetSpeechOutputLevel(int channel, in GetSpeechOutputLevel() function in webrtc::VoEVolumeControlImpl259 return _shared->output_mixer()->GetSpeechOutputLevel((uint32_t&)level); in GetSpeechOutputLevel()268 channelPtr->GetSpeechOutputLevel((uint32_t&)level); in GetSpeechOutputLevel()
36 int GetSpeechOutputLevel(int channel, unsigned int& level) override;
70 int GetSpeechOutputLevel(uint32_t& level);
236 OutputMixer::GetSpeechOutputLevel(uint32_t& level) in GetSpeechOutputLevel() function in webrtc::voe::OutputMixer
273 int GetSpeechOutputLevel(uint32_t& level) const;
2428 Channel::GetSpeechOutputLevel(uint32_t& level) const in GetSpeechOutputLevel() function in webrtc::voe::Channel
83 virtual int GetSpeechOutputLevel(int channel, unsigned int& level) = 0;
258 EXPECT_EQ(0, voe_volume_control_->GetSpeechOutputLevel( in TEST_F()
325 MOCK_METHOD2(GetSpeechOutputLevel, int(int channel, unsigned int& level));
659 WEBRTC_STUB(GetSpeechOutputLevel, (int, unsigned int&));
2428 int ret = engine()->voe()->volume()->GetSpeechOutputLevel(channel, ulevel); in GetOutputLevel()